test: replace the no longer supported test/mocha.opts by .mocharc.json (#2327)

This commit is contained in:
Andreas Lind
2022-03-19 14:05:03 +01:00
committed by GitHub
parent f1630220c2
commit 2dd17f03da
2 changed files with 5 additions and 3 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"timeout": 5000,
"reporter": "spec",
"exit": true
}
-3
View File
@@ -1,3 +0,0 @@
--reporter spec
--timeout 5000
--exit