Update inspect-browser.test.ts

This commit is contained in:
Jarred Sumner
2025-08-04 00:55:03 -07:00
parent 8efd713e64
commit 72889063ed

View File

@@ -36,7 +36,6 @@ async function setupInspectorTest(testName: string, files: Record<string, string
},
});
process.chdir(pwd);
server.unref();
return { dir, promise, server };
}