mocha.opts 97 B

123456
  1. --timeout 20000
  2. --reporter spec
  3. --bail
  4. --check-leaks
  5. --require test/support/env
  6. test/**/*.test.js