Skip to content

Commit eef8d39

Browse files
reverting chai to 4.5 to use with ts-node for a correct coverage report
1 parent 52c62ae commit eef8d39

File tree

6 files changed

+257
-62
lines changed

6 files changed

+257
-62
lines changed

.mocharc.js

Lines changed: 0 additions & 6 deletions
This file was deleted.

.mocharc.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"diff": true,
3+
"extensions": ["ts"],
4+
"spec": ["tests/*.spec.ts"],
5+
"require": ["ts-node/register"]
6+
}

0 commit comments

Comments
 (0)