mirror of https://github.com/grafana/grafana.git
Add jest watch plugins for better experience filtering tests
This commit is contained in:
parent
ebd191394a
commit
40e73f389f
|
@ -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…
Reference in New Issue