Skip to content

Commit

Permalink
fix(deps): prettier ECMAScript Modules jest fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dcroote committed Sep 5, 2023
1 parent 4a01698 commit 942e89d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/airnode-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"run-airnode-locally": "ts-node src/scripts/run-airnode-locally.ts",
"sponsor-requester": "ts-node src/scripts/sponsor-requester.ts",
"stop-local-airnode": "ts-node src/scripts/stop-local-airnode.ts",
"test": "jest --selectProjects unit",
"test": "NODE_OPTIONS=--experimental-vm-modules jest --selectProjects unit",
"test:e2e": "jest --selectProjects e2e"
},
"dependencies": {
Expand Down

0 comments on commit 942e89d

Please sign in to comment.