migrate test framework
This commit is contained in:
4
setupTestFramework.js
Normal file
4
setupTestFramework.js
Normal file
@ -0,0 +1,4 @@
|
||||
import * as emotion from 'emotion'
|
||||
import { createSerializer } from 'jest-emotion'
|
||||
|
||||
expect.addSnapshotSerializer(createSerializer(emotion))
|
Reference in New Issue
Block a user