apple2js/test/jest-setup.ts
Will Scullin ef404735cd
Preact error dialog (#120)
Add error dialog, fix dynamic hash updates.
2022-05-31 17:41:24 -07:00

5 lines
138 B
TypeScript

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