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" },