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"],
|
coverageReporters: ["html", "text", "jest-junit", "cobertura"],
|
||||||
testResultsProcessor: "jest-junit",
|
testResultsProcessor: "jest-junit",
|
||||||
preset: "@vue/cli-plugin-unit-jest",
|
preset: "@vue/cli-plugin-unit-jest",
|
||||||
transform: { "^.+\\.vue$": "@vue/vue3-jest" },
|
transform: { "^.+\\.vue$": "@vue/vue3-jest",
|
||||||
transformIgnorePatterns: [
|
"^.+\\.mjs$": "babel-jest",
|
||||||
'/node_modules/(?!.*\\.mjs$)',
|
},
|
||||||
],
|
transformIgnorePatterns: ["'/node_modules/(?!vee-validate)"],
|
||||||
moduleFileExtensions: ["js", "vue"],
|
moduleFileExtensions: ["js", "vue"],
|
||||||
modulePathIgnorePatterns: ["vin-lookup"],
|
modulePathIgnorePatterns: ["vin-lookup"],
|
||||||
collectCoverageFrom: [
|
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