Browse Source

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

gh-pages
kevmodrome 6 years ago
parent
commit
318c7ecb3b
  1. 3
      packages/builder/package.json

3
packages/builder/package.json

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

Loading…
Cancel
Save