travi/karma-mocha-given

View on GitHub
grunt/mochacov.yml

Summary

Maintainability
Test Coverage
options:
  ui: tdd
  files: test/unit/**/*.js

unit:
  options:
    reporters: spec

coverage:
  options:
    coveralls: true