Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
remix-run-bot committed May 24, 2023
1 parent b45a5bd commit 3e6628c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/router/__tests__/router-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7493,7 +7493,7 @@ describe("a router", () => {
index: "INDEX_DATA*",
},
});
expect(t.router.state.location.hash).toBe('#hash');
expect(t.router.state.location.hash).toBe("#hash");
expect(t.router.state.location.key).toBe(key);
expect(t.history.push).not.toHaveBeenCalled();
expect(t.history.replace).not.toHaveBeenCalled();
Expand Down

0 comments on commit 3e6628c

Please sign in to comment.