We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b45a5bd commit 3e6628cCopy full SHA for 3e6628c
packages/router/__tests__/router-test.ts
@@ -7493,7 +7493,7 @@ describe("a router", () => {
7493
index: "INDEX_DATA*",
7494
},
7495
});
7496
- expect(t.router.state.location.hash).toBe('#hash');
+ expect(t.router.state.location.hash).toBe("#hash");
7497
expect(t.router.state.location.key).toBe(key);
7498
expect(t.history.push).not.toHaveBeenCalled();
7499
expect(t.history.replace).not.toHaveBeenCalled();
0 commit comments