Skip to content

Commit

Permalink
Update integration test script (#9609)
Browse files Browse the repository at this point in the history
  • Loading branch information
MonicaOlejniczak authored Apr 2, 2024
1 parent 58b91e5 commit 9d66c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"url": "https://github.com/parcel-bundler/parcel.git"
},
"scripts": {
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules NODE_ENV=test PARCEL_BUILD_ENV=test mocha",
"test": "cross-env NODE_ENV=test PARCEL_BUILD_ENV=test mocha --experimental-vm-modules",
"test-ci": "yarn test --reporter mocha-multi-reporters --reporter-options configFile=./test/mochareporters.json"
},
"devDependencies": {
Expand Down

0 comments on commit 9d66c19

Please sign in to comment.