Jest Changes

This commit is contained in:
Scott Kiener 2025-05-01 10:59:42 -04:00
parent 460aa848f9
commit f4845d4afe
2 changed files with 2336 additions and 3445 deletions

View file

@ -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

File diff suppressed because it is too large Load diff