We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01edb46 commit 4a7fd64Copy full SHA for 4a7fd64
packages/@vue/cli-plugin-unit-jest/index.js
@@ -19,7 +19,7 @@ module.exports = api => {
19
20
let testMatch = []
21
if (!args._.length && api.hasPlugin('typescript')) {
22
- testMatch = [`--testMatch`, `<rootDir>/**/*.spec.(ts|tsx|js)`]
+ testMatch = [`--testMatch`, `<rootDir>/test/unit/**/*.spec.(ts|tsx|js)`]
23
}
24
25
const argv = [
0 commit comments