Skip to content

Commit

Permalink
chore: add --exit to node webrtc tests (#1930)
Browse files Browse the repository at this point in the history
Temporary fix for #1922
  • Loading branch information
achingbrain authored Aug 3, 2023
1 parent 4201d64 commit 8f681db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/transport-webrtc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"scripts": {
"generate": "protons src/private-to-private/pb/message.proto src/pb/message.proto",
"build": "aegir build",
"test": "aegir test -t node -t browser -t electron-main",
"test:node": "aegir test -t node --cov",
"test": "aegir test -t node -t browser -t electron-main -- --exit",
"test:node": "aegir test -t node --cov -- --exit",
"test:chrome": "aegir test -t browser --cov",
"test:firefox": "aegir test -t browser -- --browser firefox",
"lint": "aegir lint",
Expand Down

0 comments on commit 8f681db

Please sign in to comment.