[ci skip] oops

This commit is contained in:
Christien Rioux 2025-03-12 19:36:17 -04:00
parent 30a0889d07
commit 27a102bf7c

View File

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