CASH-376 unit test mjs file transform fix
This commit is contained in:
parent
df1d98e3b5
commit
35ccd1ed09
1 changed files with 3 additions and 0 deletions
|
|
@ -4,6 +4,9 @@ module.exports = {
|
|||
testResultsProcessor: "jest-junit",
|
||||
preset: "@vue/cli-plugin-unit-jest",
|
||||
transform: { "^.+\\.vue$": "@vue/vue3-jest" },
|
||||
transformIgnorePatterns: [
|
||||
'/node_modules/(?!.*\\.mjs$)',
|
||||
],
|
||||
moduleFileExtensions: ["js", "vue"],
|
||||
modulePathIgnorePatterns: ["vin-lookup"],
|
||||
collectCoverageFrom: [
|
||||
|
|
|
|||
Loading…
Reference in a new issue