Skip to content

Commit

Permalink
test: zero
Browse files Browse the repository at this point in the history
  • Loading branch information
commenthol committed Jan 31, 2020
1 parent ed0dd61 commit 68b51fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/index.test.js
Expand Up @@ -36,6 +36,7 @@ describe('serialize-to-js', function () {
test('null', null, 'null')
test('boolean', true, 'true')
test('number', 3.1415, '3.1415')
test('zero', 0, '0')
test('number int', 3, '3')
test('number negative int', -13, '-13')
test('number float', 0.1, '0.1')
Expand Down

0 comments on commit 68b51fe

Please sign in to comment.