UNPKG

130 Btext/coffeescriptView Raw
1mocha = require 'gulp-mocha'
2
3module.exports = (gulp) ->
4
5 gulp.task 'spec', ->
6 gulp.src('src/*.coffee')
7 .pipe(mocha())
\No newline at end of file