Skip to content

Commit

Permalink
Remove --experimental-require-module flag for the test:node command, …
Browse files Browse the repository at this point in the history
…not needed on latest node 22.x (#5628)
  • Loading branch information
vincentfretin authored Jan 21, 2025
1 parent 08e54d6 commit 3ec402f
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 @@ -24,7 +24,7 @@
"test:firefox": "npm test -- --browsers Firefox",
"test:chrome": "npm test -- --browsers Chrome",
"test:nobrowser": "NO_BROWSER=true npm test",
"test:node": "node --experimental-require-module ./node_modules/mocha/bin/mocha --ui tdd tests/node"
"test:node": "node ./node_modules/mocha/bin/mocha --ui tdd tests/node"
},
"repository": "aframevr/aframe",
"license": "MIT",
Expand Down

0 comments on commit 3ec402f

Please sign in to comment.