Skip to content

Commit

Permalink
Update serializer.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroncox committed Jul 30, 2024
1 parent 200e6a4 commit 441ef95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/serializer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1136,7 +1136,7 @@ suite('serializer', function () {
assert.equal(res1.superInt.toNumber(), 42)
assert.equal(res1.jazz.value, 42)
assert.notProperty(res1, 'maybeJazz')
assert.strictEqual(res1.dumbBool, null)
assert.notProperty(res1, 'dumbBool')
assert.strictEqual(res1.bool, false)
const res2 = Serializer.decode({
object: {name: 'foo'},
Expand Down

0 comments on commit 441ef95

Please sign in to comment.