Jest Changes
This commit is contained in:
parent
460aa848f9
commit
f4845d4afe
2 changed files with 2336 additions and 3445 deletions
|
|
@ -3,10 +3,10 @@ module.exports = {
|
|||
coverageReporters: ["html", "text", "jest-junit", "cobertura"],
|
||||
testResultsProcessor: "jest-junit",
|
||||
preset: "@vue/cli-plugin-unit-jest",
|
||||
transform: { "^.+\\.vue$": "@vue/vue3-jest" },
|
||||
transformIgnorePatterns: [
|
||||
'/node_modules/(?!.*\\.mjs$)',
|
||||
],
|
||||
transform: { "^.+\\.vue$": "@vue/vue3-jest",
|
||||
"^.+\\.mjs$": "babel-jest",
|
||||
},
|
||||
transformIgnorePatterns: ["'/node_modules/(?!vee-validate)"],
|
||||
moduleFileExtensions: ["js", "vue"],
|
||||
modulePathIgnorePatterns: ["vin-lookup"],
|
||||
collectCoverageFrom: [
|
||||
|
|
|
|||
5773
package-lock.json
generated
5773
package-lock.json
generated
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue