UNPKG

@spalger/kibana

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

15 lines (14 loc) 213 B
module.exports = { options: { timeout: 2000, ignoreLeaks: false, reporter: 'dot' }, all: { src: [ 'src/**/__tests__/**/*.js', '!src/**/public/**', '!src/ui/**' ] } };