Add mocharc, remove mocha.opts

Mocha has deprecated `mocha.opts` in favour of RC files. See also
https://mochajs.org/#configuring-mocha-nodejs

Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>
This commit is contained in:
Miroslav Bajtoš 2020-04-03 09:44:07 +02:00
parent b1766518a8
commit 04336a60cf
No known key found for this signature in database
GPG Key ID: 6F2304BA9361C7E3
2 changed files with 1 additions and 1 deletions

1
.mocharc.yaml Normal file
View File

@ -0,0 +1 @@
reporter: dot

View File

@ -1 +0,0 @@
--reporter dot