Skip to content

Commit 8b484db

Browse files
committed
Reinstate expectation
1 parent ef03438 commit 8b484db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

integration/prefetch-test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,7 @@ test.describe("other scenarios", () => {
492492
let stylesheets = requests.filter(
493493
(r) => r.type === "stylesheet" && /\/global-[a-z0-9-]+\.css/i.test(r.url)
494494
);
495+
expect(stylesheets.length).toBe(1);
495496
});
496497

497498
test("dedupes prefetch tags", async ({ page }) => {

0 commit comments

Comments
 (0)