diff --git a/jest.config.js b/jest.config.js index d4f0822e..0d8b4f1f 100644 --- a/jest.config.js +++ b/jest.config.js @@ -17,6 +17,7 @@ module.exports = { 'jest-serializer-vue' ], testMatch: [ - '/(tests/unit/**/*.spec.(js|jsx|ts|tsx)|**/__tests__/*.(js|jsx|ts|tsx))' + '/(tests/unit/**/*.spec.(js|jsx|ts|tsx)|**/__tests__/*.(js|jsx|ts|tsx))', + '/tests/unit/Dashboard.spec.js' ] -} \ No newline at end of file +}