# https://github.com/mochajs/mocha/blob/master/example/config/.mocharc.yml
# https://mochajs.org/#command-line-usage

color: true
spec:
  - './test/**/*.js'
slow: 5000
timeout: 0
