.mocharc.yaml 92 B

12345
  1. require: 'coffee-script/register'
  2. recursive: true
  3. reporter: 'spec'
  4. ui: 'bdd'
  5. timeout: 20000