mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
ef404735cd
Add error dialog, fix dynamic hash updates.
5 lines
138 B
TypeScript
5 lines
138 B
TypeScript
import { toMatchImageSnapshot } from 'jest-image-snapshot';
|
|
import '@testing-library/jest-dom';
|
|
|
|
expect.extend({ toMatchImageSnapshot });
|