diff --git a/jest.config.js b/jest.config.js index a0daf1b2..33f03ba5 100644 --- a/jest.config.js +++ b/jest.config.js @@ -11,8 +11,7 @@ module.exports = { "!src/main.js", "!src/constants/*.js", "!src/router/**/*.js", - "!src/helpers/unit-test-helper.js", - "!src/layouts/vehicle-damage/windshield-options/windshield-options.vue" + "!src/helpers/unit-test-helper.js" // END ], // ! means exclude from coverage. testMatch: ["**/*.spec.(js|jsx|ts|tsx)|**/__tests__/*.(js|jsx|ts|tsx)"],