diff --git a/src/package.json b/src/package.json index 0c3448d..2fa8d88 100644 --- a/src/package.json +++ b/src/package.json @@ -5,7 +5,7 @@ "type": "module", "main": "main.js", "scripts": { - "test": "node --test test/*.test.js" + "test": "node --experimental-test-module-mocks --test test/*.test.js" }, "dependencies": { "axios": "^1.6.7",