Do not run tests twice after editing a file (#5793)
This commit is contained in:
Родитель
bcae92c4ce
Коммит
a51bf03017
|
@ -38,5 +38,9 @@ module.exports = {
|
|||
'jest-watch-typeahead/filename',
|
||||
'jest-watch-typeahead/testname',
|
||||
],
|
||||
watchPathIgnorePatterns: [
|
||||
'<rootDir>/bin/server.js',
|
||||
'<rootDir>/webpack-assets.json',
|
||||
],
|
||||
verbose: false,
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче