kibana/tasks/config/mocha.js
2014-03-05 14:13:23 -07:00

14 lines
190 B
JavaScript

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