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 882aaca commit 70afd90Copy full SHA for 70afd90
packages/@vue/cli-plugin-unit-mocha/index.js
@@ -73,7 +73,7 @@ module.exports = api => {
73
? []
74
: [
75
api.hasPlugin('typescript')
76
- ? `tests/unit/**/*.spec.ts`
+ ? `tests/unit/**/*.spec.[jt]s`
77
: `tests/unit/**/*.spec.js`
78
])
79
]
0 commit comments