Skip to content

Commit

Permalink
Reverted c94f89c
Browse files Browse the repository at this point in the history
  • Loading branch information
matteozambon89 committed Jan 19, 2022
1 parent 9f87532 commit 871b516
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/basic.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -686,10 +686,10 @@ test('basic prettifier tests', (t) => {
t.plan(7)
const expectedLines = [
' msg: {',
' "a": "[Circular],"',
' "b": {',
' "c": "d"',
' },',
' "a": "[Circular ~]"',
' }',
' }'
]
const pretty = prettyFactory()
Expand Down

0 comments on commit 871b516

Please sign in to comment.