6 lines
131 B
JavaScript
6 lines
131 B
JavaScript
const { toMatchImageSnapshot } = require("jest-image-snapshot");
|
|
|
|
expect.extend({ toMatchImageSnapshot });
|
|
|
|
jest.setTimeout(5000);
|