1
0
Fork 0
mirror of synced 2024-10-03 19:43:32 +13:00

adds ignore pattern to jest config so that it doesn't try to run cypress tests as unit tests

This commit is contained in:
kevmodrome 2020-06-15 10:41:38 +02:00
parent 93031566aa
commit 77544089ce

View file

@ -39,6 +39,9 @@
},
"transformIgnorePatterns": [
"/node_modules/(?!svelte).+\\.js$"
],
"modulePathIgnorePatterns": [
"<rootDir>/cypress/"
]
},
"eslintConfig": {