mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-21 21:33:18 +01:00
6 lines
131 B
JavaScript
6 lines
131 B
JavaScript
const { toMatchImageSnapshot } = require("jest-image-snapshot");
|
|
|
|
expect.extend({ toMatchImageSnapshot });
|
|
|
|
jest.setTimeout(5000);
|