Skip to content

Commit 3e6628c

Browse files
committed
chore: format
1 parent b45a5bd commit 3e6628c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/router/__tests__/router-test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7493,7 +7493,7 @@ describe("a router", () => {
74937493
index: "INDEX_DATA*",
74947494
},
74957495
});
7496-
expect(t.router.state.location.hash).toBe('#hash');
7496+
expect(t.router.state.location.hash).toBe("#hash");
74977497
expect(t.router.state.location.key).toBe(key);
74987498
expect(t.history.push).not.toHaveBeenCalled();
74997499
expect(t.history.replace).not.toHaveBeenCalled();

0 commit comments

Comments
 (0)