Skip to content

Commit

Permalink
fix: bump after refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
asmyshlyaev177 committed Nov 18, 2024
1 parent 6e5c41d commit 1aca296
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 @@ -128,6 +128,7 @@ describe('encoder', () => {
describe('number', () => {
it('integer and float', () => {
expect(encode(5)).toStrictEqual("5");

expect(encode(5.55)).toStrictEqual("5.55");
});
});
Expand Down

0 comments on commit 1aca296

Please sign in to comment.