Skip to content

Commit

Permalink
fix: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
asmyshlyaev177 committed Nov 28, 2024
1 parent eaaf4ba commit c0bc971
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/urlstate/encoder/encoder.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ describe('parseJSON', () => {
test('with encoded values', () => {
const exp = JSON.parse(JSON.stringify(state))
delete exp.u

expect(parseJSON(encode(state).replace(/'/g, '"'))).toEqual(exp);
});

Expand Down

0 comments on commit c0bc971

Please sign in to comment.