Skip to content

Commit

Permalink
removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
anzorb committed Oct 20, 2021
1 parent 3c92d5b commit dbe9e5e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/url-persistence/src/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ describe('with URL persistence', () => {
expect(stateMachineRouter.currentState.params).toEqual({});
});

// after updating to history@5, the URL is not being correctly written to when running in JSDOM
it('should allow resetting query params', () => {
const persistence = URLPersistence<STATE, TParams, ACTION>();
window.location.hash = '#/invalid?what=world&where=bla';
Expand Down

0 comments on commit dbe9e5e

Please sign in to comment.