Add jest watch plugins for better experience filtering tests

This commit is contained in:
Tom Ratcliffe
2024-03-21 11:54:19 +00:00
committed by Tom Ratcliffe
parent ebd191394a
commit 40e73f389f

View File

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