diff options
Diffstat (limited to '.mocharc.json')
-rw-r--r-- | .mocharc.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.mocharc.json b/.mocharc.json index 6511ecb..c22965b 100644 --- a/.mocharc.json +++ b/.mocharc.json @@ -4,5 +4,6 @@ "ts-node/register", "test/utils/dbConnection.ts" ], - "timeout": 30000 + "timeout": 30000, + "exit": true } |