UNPKG

frntnd-class-with-plugins

Version:
15 lines (12 loc) 278 B
/** * @author rik */ var Server = require('karma').Server; module.exports = function (gulp, plugins, growl) { gulp.task('test', function (done) { new Server({ configFile: __dirname + '/../../karma.config.js', singleRun: true }, done).start(); }); };