Skip to content

Commit 462e4fc

Browse files
Add .mocharc.json configuration file for test setup
1 parent ae8bee6 commit 462e4fc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"require": ["ts-node/register", "source-map-support/register"],
3+
"watch-extensions": ["ts"],
4+
"recursive": true,
5+
"timeout": 10000
6+
}

0 commit comments

Comments
 (0)