From 604cc0514ca96a0769cc62b85b413d344bf21d5f Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 19 Jun 2020 09:51:37 +0200 Subject: [PATCH] Running all mocha tests in parallel --- .mocharc.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .mocharc.yml diff --git a/.mocharc.yml b/.mocharc.yml new file mode 100644 index 00000000..06f6886f --- /dev/null +++ b/.mocharc.yml @@ -0,0 +1 @@ +parallel: true