apple2js/test/jest-setup.ts

5 lines
138 B
TypeScript

import { toMatchImageSnapshot } from 'jest-image-snapshot';
import '@testing-library/jest-dom';
expect.extend({ toMatchImageSnapshot });