1
0
Fork 0
mirror of synced 2024-06-27 02:20:35 +12: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 5672caae69
commit 318c7ecb3b

View file

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