diff --git a/jest.config.js b/jest.config.js index dff343f14..810f874ee 100644 --- a/jest.config.js +++ b/jest.config.js @@ -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: [ diff --git a/src/layouts/service-location/mobile-location-modal-questions/mobile-location-modal-questions.vue b/src/layouts/service-location/mobile-location-modal-questions/mobile-location-modal-questions.vue index 0d7a82248..ac597c72b 100644 --- a/src/layouts/service-location/mobile-location-modal-questions/mobile-location-modal-questions.vue +++ b/src/layouts/service-location/mobile-location-modal-questions/mobile-location-modal-questions.vue @@ -1,72 +1,70 @@