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 () => {