.mocharc.yml 244 B

123456789101112
  1. # This is an example Mocha config containing every Mocha option plus others
  2. allow-uncaught: false
  3. async-only: false
  4. bail: true
  5. color: true
  6. delay: false
  7. exit: true
  8. diff: true
  9. timeout: 5000
  10. trace-warnings: true # node flags ok
  11. ui: bdd
  12. retries: 2