.mocharc.json 91 B

123456
  1. {
  2. "ui": "bdd",
  3. "recursive": "true",
  4. "reporter": "spec",
  5. "require": "./test/Init"
  6. }