Skip to content

Commit

Permalink
Fix formatter error
Browse files Browse the repository at this point in the history
  • Loading branch information
Hopding committed Nov 6, 2021
1 parent fbdfbd9 commit b692b96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/api/PDFImage.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ describe(`PDFImage`, () => {
const ref = pdfDoc.context.nextRef();
const pdfImage = PDFImage.of(ref, pdfDoc, embedder);

const task = () => pdfImage['embedTask'];
// prettier-ignore
const task = () => pdfImage['embedTask']

expect(task()).toBeUndefined();

Expand Down

0 comments on commit b692b96

Please sign in to comment.