mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 13:52:12 +08:00
Add jest watch plugins for better experience filtering tests
This commit is contained in:

committed by
Tom Ratcliffe

parent
ebd191394a
commit
40e73f389f
@ -55,4 +55,5 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
// Log the test results with dynamic Loki tags. Drone CI only
|
// Log the test results with dynamic Loki tags. Drone CI only
|
||||||
reporters: ['default', ['<rootDir>/public/test/log-reporter.js', { enable: process.env.DRONE === 'true' }]],
|
reporters: ['default', ['<rootDir>/public/test/log-reporter.js', { enable: process.env.DRONE === 'true' }]],
|
||||||
|
watchPlugins: ['jest-watch-typeahead/filename', 'jest-watch-typeahead/testname'],
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user