Skip to content

Commit

Permalink
test: fixed Node.js deprecation warning (#3864)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt authored Sep 14, 2020
1 parent d7f3812 commit 1421ed9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/channels.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ playwrightFixtures.defineWorkerFixture('domain', async ({ }, test) => {
local.run(() => { });
let err;
local.on('error', e => err = e);
local.enter();
await test(null);
if (err)
throw err;
Expand Down

0 comments on commit 1421ed9

Please sign in to comment.