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