test: Add test for implicit evaluation loop (#19200)

This commit is contained in:
Mutasem Aldmour
2025-09-05 09:51:28 +02:00
committed by GitHub
parent 2ce0911186
commit 6d76733200
15 changed files with 910 additions and 61 deletions

View File

@@ -182,7 +182,6 @@ export const test = base.extend<TestFixtures, WorkerFixtures>({
const serverUrl = `http://${proxyServerContainer?.getHost()}:${proxyServerContainer?.getFirstMappedPort()}`;
const proxyServer = new ProxyServer(serverUrl);
await proxyServer.loadExpectations();
await use(proxyServer);
},