diff --git a/package.json b/package.json index 99d707b..845d846 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "build": "npm run clean && eleventy", "serve": "npm run clean && eleventy --serve --incremental", "clean": "rm -rf ./dist", - "test": "jest", + "test": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest", "test:watch": "jest --watch" }, "dependencies": {