mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-17 10:21:31 +00:00
corrected testMatch pattern, fixed backend coverage collection (?)
This commit is contained in:
parent
900dfb9693
commit
28c44f2781
@ -28,7 +28,7 @@
|
||||
"verbose": true,
|
||||
"collectCoverage": true,
|
||||
"collectCoverageFrom": [
|
||||
"**/*.{js}",
|
||||
"**/*.js",
|
||||
"!**/node_modules/**",
|
||||
"!**/test/**"
|
||||
],
|
||||
@ -37,7 +37,7 @@
|
||||
"lcov"
|
||||
],
|
||||
"testMatch": [
|
||||
"**/src/**/?(*.)+(spec|test).js?(x)"
|
||||
"**/src/**/?(*.).spec.js"
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
@ -27,9 +27,6 @@
|
||||
"text",
|
||||
"lcov"
|
||||
],
|
||||
"moduleFileExtensions": [
|
||||
"js"
|
||||
],
|
||||
"transform": {
|
||||
".*\\.(vue)$": "vue-jest",
|
||||
"^.+\\.js$": "<rootDir>/node_modules/babel-jest"
|
||||
@ -39,7 +36,7 @@
|
||||
"^~/(.*)$": "<rootDir>/$1"
|
||||
},
|
||||
"testMatch": [
|
||||
"**/src/**/?(*.)+(spec|test).js?(x)"
|
||||
"**/?(*.).spec.js"
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user