diff options
Diffstat (limited to '.mocharc.json')
-rw-r--r-- | .mocharc.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.mocharc.json b/.mocharc.json new file mode 100644 index 0000000..5b98d75 --- /dev/null +++ b/.mocharc.json @@ -0,0 +1,3 @@ +{ + "require": ["ts-node/register", "test/dbConnection.ts"] +} |