From 1421ed99babcaec87cea09b6770dd19134dce098 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Mon, 14 Sep 2020 16:54:21 +0200 Subject: [PATCH] test: fixed Node.js deprecation warning (#3864) --- test/channels.spec.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/test/channels.spec.ts b/test/channels.spec.ts index 0ec3aa1c34..73a815ffb8 100644 --- a/test/channels.spec.ts +++ b/test/channels.spec.ts @@ -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;