tandrewnichols/letters

View on GitHub
tasks/mochaTest.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
  options: {
    reporter: 'spec',
    ui: 'mocha-given',
    require: 'coffee-script/register'
  },
  test: {
    src: ['test/**/*.coffee']
  }
};