diff --git a/jest.config.js b/jest.config.js index ff53e7c3093..604abe7a00e 100644 --- a/jest.config.js +++ b/jest.config.js @@ -55,4 +55,5 @@ module.exports = { }, // Log the test results with dynamic Loki tags. Drone CI only reporters: ['default', ['/public/test/log-reporter.js', { enable: process.env.DRONE === 'true' }]], + watchPlugins: ['jest-watch-typeahead/filename', 'jest-watch-typeahead/testname'], };