kibana/tasks/config/mocha.js

12 lines
169 B
JavaScript

module.exports = {
unit: {
options: {
log: true,
logErrors: true,
urls: [
'http://localhost:8000/'
],
run: false
}
}
};