aboutsummaryrefslogtreecommitdiff
path: root/.mocharc.json
diff options
context:
space:
mode:
Diffstat (limited to '.mocharc.json')
-rw-r--r--.mocharc.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/.mocharc.json b/.mocharc.json
index 5b98d75..dbf2db2 100644
--- a/.mocharc.json
+++ b/.mocharc.json
@@ -1,3 +1,7 @@
{
- "require": ["ts-node/register", "test/dbConnection.ts"]
+ "require": [
+ "chai/register-should",
+ "ts-node/register",
+ "test/utils/dbConnection.ts"
+ ]
}