spec: test/**/*.test.js
require: test/setup.js
exclude:
  - test/dist/*.js
  - test/feature/*.js
timeout: 5000
reporter: spec
