5 lines
140 B
JavaScript
5 lines
140 B
JavaScript
|
import * as emotion from 'emotion'
|
||
|
import { createSerializer } from 'jest-emotion'
|
||
|
|
||
|
expect.addSnapshotSerializer(createSerializer(emotion))
|