Skip to content

Commit

Permalink
Merge pull request #1 from wodCZ/patch-1
Browse files Browse the repository at this point in the history
fix: update
  • Loading branch information
Tony133 authored Jan 2, 2025
2 parents 534ed92 + 4d097ac commit fe8b3e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/mercurius/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"url": "git+https://github.com/nestjs/graphql.git"
},
"scripts": {
"test:e2e": "jest --config ./tests/jest-e2e.ts --runInBand",
"test:e2e:dev": "jest --config ./tests/jest-e2e.ts --runInBand --watch"
"test:e2e": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest --config ./tests/jest-e2e.ts --runInBand",
"test:e2e:dev": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest --config ./tests/jest-e2e.ts --runInBand --watch"
},
"bugs": {
"url": "https://github.com/nestjs/graphql/issues"
Expand Down

0 comments on commit fe8b3e9

Please sign in to comment.