ZeroOmega/omega-pac/grunt/mochaTest.coffee

7 lines
131 B
CoffeeScript
Raw Normal View History

2014-09-20 11:49:04 -04:00
module.exports =
test:
options:
reporter: 'spec'
require: 'coffee-script/register'
src: ['test/**/*.coffee']