mochaTest.coffee 131 B

123456
  1. module.exports =
  2. test:
  3. options:
  4. reporter: 'spec'
  5. require: 'coffee-script/register'
  6. src: ['test/**/*.coffee']