From 40ffcc5e78f5ee41353e383ca25b81134084ab9f Mon Sep 17 00:00:00 2001 From: eug-vs Date: Wed, 2 Dec 2020 03:36:12 +0300 Subject: chore: install mocha and chai --- .mocharc.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .mocharc.json (limited to '.mocharc.json') 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"] +} -- cgit v1.2.3