6 lines
183 B
JavaScript
6 lines
183 B
JavaScript
/* eslint-disable emotion/no-vanilla */
|
|
import * as emotion from 'emotion';
|
|
import { createSerializer } from 'jest-emotion';
|
|
|
|
expect.addSnapshotSerializer(createSerializer(emotion));
|