We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb8b974 commit 21912a9Copy full SHA for 21912a9
jest.config.js
@@ -17,6 +17,7 @@ module.exports = {
17
'jest-serializer-vue'
18
],
19
testMatch: [
20
- '<rootDir>/(tests/unit/**/*.spec.(js|jsx|ts|tsx)|**/__tests__/*.(js|jsx|ts|tsx))'
+ '<rootDir>/(tests/unit/**/*.spec.(js|jsx|ts|tsx)|**/__tests__/*.(js|jsx|ts|tsx))',
21
+ '<rootDir>/tests/unit/Dashboard.spec.js'
22
]
-}
23
+}
0 commit comments