Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
sonnyp committed Jan 17, 2025
1 parent e84190d commit 621ee24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"selfsigned": "^2.4.1"
},
"scripts": {
"test": "node --experimental-websocket ./node_modules/.bin/jest",
"e2e": "NODE_TLS_REJECT_UNAUTHORIZED=0 node --experimental-websocket ./node_modules/.bin/jest --runInBand --config e2e.config.cjs",
"test": "node --experimental-websocket ./node_modules/.bin/jest --forceExit",
"e2e": "NODE_TLS_REJECT_UNAUTHORIZED=0 node --experimental-websocket ./node_modules/.bin/jest --forceExit --runInBand --config e2e.config.cjs",
"preversion": "make bundle"
},
"engines": {
Expand Down

0 comments on commit 621ee24

Please sign in to comment.