Add jest watch plugins for better experience filtering tests

pull/85073/head
Tom Ratcliffe 1 year ago committed by Tom Ratcliffe
parent ebd191394a
commit 40e73f389f
  1. 1
      jest.config.js

@ -55,4 +55,5 @@ module.exports = {
},
// Log the test results with dynamic Loki tags. Drone CI only
reporters: ['default', ['<rootDir>/public/test/log-reporter.js', { enable: process.env.DRONE === 'true' }]],
watchPlugins: ['jest-watch-typeahead/filename', 'jest-watch-typeahead/testname'],
};

Loading…
Cancel
Save