ConnectForce/.mocharc.jsonc

8 lines
96 B
Plaintext

{
"spec": [
"./lib/tests/main.test.js"
],
"ui": "tdd",
"colors": true
}