mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-04-29 16:30:33 -05:00
@@ -19,7 +19,7 @@ module.exports = api => {
|
||||
|
||||
let testMatch = []
|
||||
if (!args._.length && api.hasPlugin('typescript')) {
|
||||
testMatch = [`--testMatch`, `<rootDir>/**/*.spec.(ts|tsx|js)`]
|
||||
testMatch = [`--testMatch`, `<rootDir>/test/unit/**/*.spec.(ts|tsx|js)`]
|
||||
}
|
||||
|
||||
const argv = [
|
||||
|
||||
Reference in New Issue
Block a user