mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-31 03:39:07 -06:00
committed by
Haoqun Jiang
parent
57151bef32
commit
50061101ec
@@ -37,8 +37,8 @@ module.exports = (api, _, __, invoking) => {
|
||||
// https://github.com/facebook/jest/issues/6766
|
||||
testURL: 'http://localhost/',
|
||||
watchPlugins: [
|
||||
require.resolve('jest-watch-typeahead/filename'),
|
||||
require.resolve('jest-watch-typeahead/testname')
|
||||
'jest-watch-typeahead/filename',
|
||||
'jest-watch-typeahead/testname'
|
||||
]
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user