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 b692b96 commit c32a8bcCopy full SHA for c32a8bc
tests/api/PDFImage.spec.ts
@@ -41,8 +41,8 @@ describe(`PDFImage`, () => {
41
const ref = pdfDoc.context.nextRef();
42
const pdfImage = PDFImage.of(ref, pdfDoc, embedder);
43
44
- // prettier-ignore
45
- const task = () => pdfImage['embedTask']
+ // tslint:disable-next-line
+ const task = () => pdfImage['embedTask'];
46
47
expect(task()).toBeUndefined();
48
0 commit comments