static-cms/setupTestFramework.js

5 lines
143 B
JavaScript
Raw Normal View History

import * as emotion from 'emotion';
import { createSerializer } from 'jest-emotion';
2018-07-25 19:17:34 -04:00
expect.addSnapshotSerializer(createSerializer(emotion));