From 27a102bf7c7674b542a4c3827db57f3898670064 Mon Sep 17 00:00:00 2001 From: Christien Rioux Date: Wed, 12 Mar 2025 19:36:17 -0400 Subject: [PATCH] [ci skip] oops --- veilid-wasm/tests/src/VeilidRoutingContext.test.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/veilid-wasm/tests/src/VeilidRoutingContext.test.ts b/veilid-wasm/tests/src/VeilidRoutingContext.test.ts index da9597c8..80028ebf 100644 --- a/veilid-wasm/tests/src/VeilidRoutingContext.test.ts +++ b/veilid-wasm/tests/src/VeilidRoutingContext.test.ts @@ -113,14 +113,9 @@ describe('VeilidRoutingContext', () => { describe('DHT stress tests', () => { - var savedHandler = undefined; - before(async () => { await browser.cdp("Profiler", "enable") await browser.cdp("Profiler", "start") - - savedHandler = window.onerror; - process.removeListener("uncaughtException"); }) it('should inspect in parallel without delay', async () => {