Skip to content

Commit

Permalink
tweak assertion AGAIN for Symbol
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
  • Loading branch information
boneskull committed Jul 7, 2020
1 parent a503885 commit 640cfab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/utils.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -499,8 +499,8 @@ describe('lib/utils', function() {
expect(stringify(symbol), 'to match', /^Symbol\(value\)/);
expect(
stringify({symbol: symbol}),
'to be',
'{\n "symbol": Symbol(value)\n}'
'to match',
/"symbol": Symbol\(value\)/
);
});
}
Expand Down

0 comments on commit 640cfab

Please sign in to comment.