Skip to content

Commit

Permalink
Fix hash history test reset
Browse files Browse the repository at this point in the history
  • Loading branch information
mjackson committed Nov 7, 2019
1 parent bb91b28 commit 04f34ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/__tests__/createHashHistory-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ describe('a hash history', () => {
let history;
beforeEach(() => {
if (window.location.hash !== '#/') {
window.location.hash = '/';
window.history.replaceState(null, null, '#/');
}
history = createHashHistory();
});
Expand Down

0 comments on commit 04f34ea

Please sign in to comment.