kibana/tasks/config/intern.js

14 lines
202 B
JavaScript
Raw Normal View History

var path = require('path');
module.exports = function (grunt) {
return {
options: {
runType: 'runner',
config: 'test/intern',
reporters: ['Console']
},
dev: {}
};
};