mirror of
https://github.com/foliojs/pdfkit.git
synced 2025-12-08 20:15:54 +00:00
Got jest tests running by setting setupFilesAfterEnv to include toContainChunk (not clear why this became necessary). Modified toContainChunk to accept RegExp for all but first parameter of array. AcroForms partial tests working.
5 lines
66 B
JavaScript
5 lines
66 B
JavaScript
import matcher from './toContainChunk';
|
|
|
|
|
|
expect.extend(matcher);
|