Skip to content

Commit

Permalink
Update color.spec.js
Browse files Browse the repository at this point in the history
  • Loading branch information
liborm85 authored Dec 26, 2024
1 parent 6cb610c commit baeff0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/color.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ describe('color', function() {
doc.fillColor('PANTONE185C')
.text('This text uses spot color!');
doc.end();
console.log(data);

expect(data).toContainChunk([
`6 0 obj`,
'<<\n' +
Expand Down

0 comments on commit baeff0f

Please sign in to comment.