UNPKG

187 Btext/coffeescriptView Raw
1karma = require('gulp-karma')
2
3module.exports = ({gulpsrc, action}) ->
4 gulpsrc
5 .pipe(karma(
6 configFile: 'karma.conf.coffee'
7 action: action
8 ))