Skip to content

Commit baeff0f

Browse files
authored
Update color.spec.js
1 parent 6cb610c commit baeff0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/color.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ describe('color', function() {
5353
doc.fillColor('PANTONE185C')
5454
.text('This text uses spot color!');
5555
doc.end();
56-
console.log(data);
56+
5757
expect(data).toContainChunk([
5858
`6 0 obj`,
5959
'<<\n' +

0 commit comments

Comments
 (0)