fix(unit-tests): only look for specs under src

This commit is contained in:
Ken Sodemann
2017-10-26 10:23:20 -05:00
parent 4716823e79
commit e5536a4331

View File

@ -48,7 +48,7 @@
"transform": {
"^.+\\.(ts|tsx)$": "<rootDir>/node_modules/@stencil/core/testing/jest.preprocessor.js"
},
"testRegex": ".*\\.spec\\.(ts|tsx|js)$",
"testRegex": "src/.*\\.spec\\.(ts|tsx|js)$",
"moduleFileExtensions": [
"ts",
"tsx",