migrate test framework

This commit is contained in:
Shawn Erquhart
2018-07-25 19:17:34 -04:00
parent dc1f41d2d8
commit 1a9fe461ff
16 changed files with 682 additions and 640 deletions

4
setupTestFramework.js Normal file
View File

@ -0,0 +1,4 @@
import * as emotion from 'emotion'
import { createSerializer } from 'jest-emotion'
expect.addSnapshotSerializer(createSerializer(emotion))