Skip to content

Commit

Permalink
test webtransport only
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Jun 11, 2023
1 parent e7694d5 commit c0bc25f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"scripts": {
"compile": "rimraf ./build && tsc",
"test": "npm run compile && npm run format:check && npm run test:default && npm run test:compat-v3",
"test:default": "mocha --bail --exit",
"test:default": "DEBUG=engine* mocha --exit",
"test:compat-v3": "EIO_CLIENT=3 mocha --exit",
"test:eiows": "EIO_WS_ENGINE=eiows mocha --exit",
"test:uws": "EIO_WS_ENGINE=uws mocha --exit",
Expand Down
2 changes: 1 addition & 1 deletion test/webtransport.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ function setup(opts, cb) {
});
}

describe("WebTransport", () => {
describe.only("WebTransport", () => {
after(() => {
Http3EventLoop.globalLoop.shutdownEventLoop(); // manually shutdown the event loop, instead of waiting 20s
});
Expand Down

0 comments on commit c0bc25f

Please sign in to comment.