From 7aff5bc9371a02196e84be348499c6550a13e3bf Mon Sep 17 00:00:00 2001 From: eug-vs Date: Wed, 2 Dec 2020 05:20:33 +0300 Subject: test: add exit flag --- .mocharc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 } -- cgit v1.2.3