We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cb610c commit baeff0fCopy full SHA for baeff0f
tests/unit/color.spec.js
@@ -53,7 +53,7 @@ describe('color', function() {
53
doc.fillColor('PANTONE185C')
54
.text('This text uses spot color!');
55
doc.end();
56
- console.log(data);
+
57
expect(data).toContainChunk([
58
`6 0 obj`,
59
'<<\n' +
0 commit comments