mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 15:51:16 +08:00
fix(unit-tests): only look for specs under src
This commit is contained in:
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user