CSR-480: fix typo
This commit is contained in:
parent
658a0e7c54
commit
0e5f01a641
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue