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 d5fc24f commit 47794aeCopy full SHA for 47794ae
packages/@vue/cli-plugin-unit-jest/generator/index.js
@@ -31,7 +31,7 @@ module.exports = api => {
31
'jest-serializer-vue'
32
],
33
'testMatch': [
34
- '<rootDir>/(tests/unit/**/*.spec.(js|jsx|ts|tsx)|**/__tests__/*.(js|jsx|ts|tsx))'
+ '<rootDir>/(tests/unit/*.spec.(js|jsx|ts|tsx)|**/*.spec.(js|jsx|ts|tsx)|**/__tests__/*.(js|jsx|ts|tsx))'
35
]
36
}
37
0 commit comments