Skip to content

Commit

Permalink
Remove unnecessary parameter in stress test jest test command (#656)
Browse files Browse the repository at this point in the history
  • Loading branch information
texuf authored Aug 7, 2024
1 parent 939c7d0 commit 03c233b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/stress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"my-jest": "NODE_TLS_REJECT_UNAUTHORIZED=0 yarn node -r ../../scripts/node-no-warn.js --experimental-vm-modules $(yarn bin jest)",
"start": "node ./dist/start.cjs",
"demo": "node ./dist/demo.cjs",
"test:ci:with-entitlements": "RIVER_ENV=local_single PROCESS_INDEX=0 DEBUG='stress:*,csb:enc*,csb:dec*' DEBUG_DEPTH='10' yarn my-jest"
"test:ci:with-entitlements": "RIVER_ENV=local_single DEBUG='stress:*,csb:enc*,csb:dec*' DEBUG_DEPTH='10' yarn my-jest"
},
"dependencies": {
"@babel/node": "^7.23.9",
Expand Down

0 comments on commit 03c233b

Please sign in to comment.