From 1b86ba9697e4f769c82bfe578c6f072f6e33c53b Mon Sep 17 00:00:00 2001 From: 3imed-jaberi Date: Wed, 6 May 2020 17:18:59 +0200 Subject: [PATCH] =?UTF-8?q?=20add=20mocha=20config.=20=E2=98=95=EF=B8=8F?= =?UTF-8?q?=20..?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .mocharc.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .mocharc.json diff --git a/.mocharc.json b/.mocharc.json new file mode 100644 index 0000000..aadfa57 --- /dev/null +++ b/.mocharc.json @@ -0,0 +1,8 @@ +{ + "extension": ["js"], + "require": "should", + "reporter": "spec", + "timeout": "2000", + "watch-files": ["test/**/*.js"], + "exit": "true" +} \ No newline at end of file