diff --git a/jest.config.js b/jest.config.js index 7831629c1..f808293eb 100644 --- a/jest.config.js +++ b/jest.config.js @@ -11,13 +11,9 @@ module.exports = { "!src/constants/*.js", "!src/router/**/*.js", "!src/helpers/unit-test-helper.js", - "!src/layouts/vehicle-damage/windshield-damage-type-question/windshield-damage-type-question.vue", "!src/layouts/vehicle-damage/windshield-options/windshield-options.vue", "!src/layouts/part-questions/**/*.vue", - "!src/layouts/reveal/**/*.vue", - // TODO REMOVE THESE AFTER WRITING UNIT TESTS - "!src/ux-components/alert/alert.vue", - "!src/helpers/validation-rules.js", + "!src/layouts/reveal/**/*.vue" // END ], // ! means exclude from coverage. testMatch: ["**/*.spec.(js|jsx|ts|tsx)|**/__tests__/*.(js|jsx|ts|tsx)"],