Skip to content

Commit

Permalink
merge(utils): leftover from conflict resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
trieloff committed May 6, 2024
1 parent 9f3f8db commit b4b7392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/utils.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ describe('lib/utils', function () {
expect(
utils.escape('\x1B[32mfoo\x1B[0m'),
'to be',
'[32mfoo[0m'
'[32mfoo[0m'
);
// Ensure we can handle non-trivial unicode characters as well
expect(utils.escape('💩'), 'to be', '💩');
Expand Down

0 comments on commit b4b7392

Please sign in to comment.