diff --git a/package.json b/package.json index e5737719..13bdbafa 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "scripts": { "security": "npm audit --production", "test": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest --config ./test/jest.config.js", - "test:coverage": "jest --collectCoverage --config ./test/jest.config.js", + "test:coverage": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest --collectCoverage --config ./test/jest.config.js", "test:index": "jest --detectOpenHandles --config ./test/jest.config.js --runTestsByPath ./test/index.test.js", "test:issue": "jest --detectOpenHandles --config ./test/jest.config.js --runTestsByPath ./test/issue.test.js", "test:messages": "jest --detectOpenHandles --config ./test/jest.config.js --runTestsByPath ./test/messages.test.js",