From 7b5c60c3c7c050e6dda947cfbf0b5f2e50c98cc3 Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 29 Oct 2020 17:26:28 +0100 Subject: [PATCH] cleanup mocha settings --- .mocharc.yml | 1 - package.json | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) delete mode 100644 .mocharc.yml diff --git a/.mocharc.yml b/.mocharc.yml deleted file mode 100644 index 06f6886f..00000000 --- a/.mocharc.yml +++ /dev/null @@ -1 +0,0 @@ -parallel: true diff --git a/package.json b/package.json index 06cbb5ff..66835958 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,9 @@ "jest": "npx jest --verbose", "test": "npm run jest -s" }, + "mocha": { + "parallel": true + }, "jest": { "testEnvironment": "node" },