From 0e5f01a6411a207f3fe271690da7a24656d59d4b Mon Sep 17 00:00:00 2001 From: Adam Caouette Date: Fri, 17 Jun 2022 10:23:04 -0400 Subject: [PATCH] CSR-480: fix typo --- jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.config.js b/jest.config.js index b66199733..fe6eeb04d 100644 --- a/jest.config.js +++ b/jest.config.js @@ -20,7 +20,7 @@ module.exports = { "!src/layouts/reveal/**/*.vue", "!src/layouts/estimate/**/*.vue", // TODO REMOVE THESE AFTER WRITING UNIT TESTS - "!src/ux-components/alert\alert.vue", + "!src/ux-components/alert/alert.vue", "!src/helpers/validation-rules.js", // END ], // ! means exclude from coverage.