FredericHeem/starhackit

View on GitHub
services/worker/.mocharc.json

Summary

Maintainability
Test Coverage
{
  "watch-files": ["src/*.js", "test/*.js"],
  "extension": ["js"],
  "exclude": "node_modules",
  "reporter": "spec",
  "timeout": 300e3,
  "ui": "bdd",
  "bail": false,
  "recursive": true
}