mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
af57378852
Remove globals from video implementations to allow further refactoring. Experiment with testing video modes.
4 lines
102 B
JavaScript
4 lines
102 B
JavaScript
import { toMatchImageSnapshot } from 'jest-image-snapshot';
|
|
|
|
expect.extend({ toMatchImageSnapshot });
|