Skip to content

Commit

Permalink
🧪 Would be great if these are covered
Browse files Browse the repository at this point in the history
  • Loading branch information
vbuch committed Nov 13, 2023
1 parent d14d172 commit cf4d888
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/placeholder-pdf-lib/src/pdflibAddPlaceholder.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,9 @@ describe(pdflibAddPlaceholder, () => {
expect(buffer).toBeInstanceOf(Buffer);
expect(buffer.indexOf(`/SubFilter /${SUBFILTER_ETSI_CADES_DETACHED}`)).not.toBe(-1);
});

it.todo('placeholder contains reason, contactInfo, name, location');
it.todo('sets the widget rectange to invisible by default');
it.todo('allows defining widget rectange');
it.todo('adds placeholder to PDFDocument document when AcroForm is already there');
});

0 comments on commit cf4d888

Please sign in to comment.