UNPKG

kibana-with-account

Version:

kibana-with-account is develop based kibana project

18 lines (17 loc) 303 B
module.exports = { options: { timeout: 10000, slow: 5000, ignoreLeaks: false, reporter: 'dot' }, all: { src: [ 'test/**/__tests__/**/*.js', 'src/**/__tests__/**/*.js', 'test/fixtures/__tests__/*.js', '!src/**/public/**', '!src/ui/**' ] } };