From 4e19c7e33498beb03ba11e74cd985716fa1f669f Mon Sep 17 00:00:00 2001 From: Ingo Fischer Date: Sat, 29 Jan 2022 15:27:39 +0100 Subject: [PATCH] add .mocharc.json --- .mocharc.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .mocharc.json diff --git a/.mocharc.json b/.mocharc.json new file mode 100644 index 0000000..89a1352 --- /dev/null +++ b/.mocharc.json @@ -0,0 +1,5 @@ +{ + "require": [ + "./test/mocha.setup.js" + ] +}