mathjs/.mocharc.json
Jos de Jong ff2f7f089f
test: change mocha reporter to dot (#2520)
Alleviates excessively long log files. Also remove a stray console.log from one of the tests.
Co-authored-by: Glen Whitney <glen@studioinfinity.org>
2022-04-11 20:31:34 -07:00

7 lines
88 B
JSON

{
"reporter": "dot",
"timeout": 60000,
"forbid-only": true,
"recursive": true
}