mirror of
https://github.com/foliojs/pdfkit.git
synced 2025-12-08 20:15:54 +00:00
* Rework integrations tests to compare pdf screenshots instead of raw content * Update documentation and configuration related to integration/visual tests
6 lines
143 B
JavaScript
6 lines
143 B
JavaScript
import matcher from './toContainChunk';
|
|
import { setupJestScreenshot } from 'jest-screenshot';
|
|
|
|
expect.extend(matcher);
|
|
setupJestScreenshot();
|