orbitdb/test/.mocharc.json

10 lines
194 B
JSON

{
"reporter": "spec",
"colors": true,
"recursive": true,
"exit": true,
"bail": false,
"slow": 1000,
"exclude": ["test/browser/**/*.js", "test/utils/relay.js"],
"timeout": 30000
}