test(browser): fix CI after compat re-exports

This commit is contained in:
Peter Steinberger
2026-03-26 22:59:50 +00:00
parent 09c186d5f9
commit 556ce5cdda
3 changed files with 18 additions and 16 deletions

View File

@@ -335,9 +335,9 @@ describe("scripts/test-parallel lane planning", () => {
},
);
expect(output).toContain("channels-batch-1 filters=49");
expect(output).toContain("channels-batch-2 filters=51");
expect(output).not.toContain("channels-batch-3");
expect(output).toContain("channels-batch-1 filters=33");
expect(output).toContain("channels-batch-2 filters=33");
expect(output).toContain("channels-batch-3 filters=34");
});
it("uses targeted unit batching on high-memory local hosts", () => {