mirror of
https://github.com/HSLdevcom/digitransit-ui
synced 2025-07-05 16:30:37 +02:00
4 lines
132 B
JavaScript
4 lines
132 B
JavaScript
/* eslint-disable no-undef */
|
|
import { toMatchImageSnapshot } from 'jest-image-snapshot';
|
|
|
|
expect.extend({ toMatchImageSnapshot });
|