fix: jest typeahead config (#3815)

fixes #3814
This commit is contained in:
Cédric Exbrayat
2019-04-16 08:32:30 +02:00
committed by Haoqun Jiang
parent 57151bef32
commit 50061101ec

View File

@@ -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'
]
}
})