From 284880e10dff6d8a6760aed1aff69bc18facec02 Mon Sep 17 00:00:00 2001 From: William Grant Date: Wed, 15 May 2024 14:51:12 +1000 Subject: [PATCH] feat: added mocharc.json --- .mocharc.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .mocharc.json diff --git a/.mocharc.json b/.mocharc.json new file mode 100644 index 000000000..538f3ca10 --- /dev/null +++ b/.mocharc.json @@ -0,0 +1,7 @@ +{ + "exit": true, + "spec": ["ts/test/**/*_test.js"], + "require": "jsdom-global/register", + "timeout": "10000", + "recursive": true +}