Skip to content

Commit

Permalink
Update test/basic.test.js
Browse files Browse the repository at this point in the history
PR suggestion

Co-authored-by: James Sumners <james@sumners.email>
  • Loading branch information
alexey-sh and jsumners committed Feb 17, 2021
1 parent 0822130 commit eb64c0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/basic.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,8 @@ test('object and format bigInt property', async ({ same }) => {
hostname,
level: 30,
msg: 'foo 1',
answer: '42n'
answer: '42n',
foo: { bar: '9007199254741001n' }
})
})

Expand Down

0 comments on commit eb64c0d

Please sign in to comment.