kibana/tasks/config/simplemocha.js
2015-02-19 20:25:34 -07:00

8 lines
168 B
JavaScript

module.exports = {
options: {
timeout: 2000,
ignoreLeaks: false,
reporter: 'dot'
},
all: { src: ['<%= root %>/test/unit/{server,tasks}/**/*.js'] }
};