UNPKG

kibana-123

Version:

Kibana is an open source (Apache Licensed), browser based analytics and search dashboard for Elasticsearch. Kibana is a snap to setup and start using. Kibana strives to be easy to get started with, while also being flexible and powerful, just like Elastic

21 lines (19 loc) 361 B
require('../../test/mocha_setup'); module.exports = { options: { timeout: 10000, slow: 5000, ignoreLeaks: false, reporter: 'spec', globals: ['nil'] }, all: { src: [ 'test/**/__tests__/**/*.js', 'src/**/__tests__/**/*.js', 'test/fixtures/__tests__/*.js', '!src/**/public/**', '!**/_*.js' ] } };