Skip to content

Commit 6df1555

Browse files
committed
chore: fix tests on windows
1 parent f4c7d08 commit 6df1555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/history-api-fallback.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ test.describe("historyApiFallback option", () => {
637637
);
638638

639639
expect(responseGet.statusText).toEqual("OK");
640-
expect(responseGet.text).toEqual("In-memory file\n");
640+
expect(responseGet.text).toContain("In-memory file");
641641

642642
const responseHead = await page.evaluate(async () => {
643643
const response = await fetch("/foo", { method: "HEAD" });

0 commit comments

Comments
 (0)