Go back to using mocha for unit tests

This commit is contained in:
Alex Dima 2021-11-17 00:09:58 +01:00
parent 0322b59e50
commit 41ded74b37
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9
6 changed files with 24 additions and 592 deletions

5
.mocharc.json Normal file
View file

@ -0,0 +1,5 @@
{
"delay": true,
"ui": "tdd",
"spec": "test/unit/all.js"
}