Skip to content

Commit

Permalink
Make Jest use ESM
Browse files Browse the repository at this point in the history
  • Loading branch information
jegtnes committed Feb 14, 2025
1 parent 2cb6815 commit cdccad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit cdccad5

Please sign in to comment.