ZeroOmega/omega-target/grunt/mochaTest.coffee

7 lines
131 B
CoffeeScript
Raw Normal View History

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