1
0
mirror of https://github.com/alrayyes/my-opinionated-gatsby-starter synced 2023-11-14 15:56:29 +00:00
my-opinionated-gatsby-starter/setup-test-env.js

5 lines
146 B
JavaScript
Raw Normal View History

2020-06-05 18:49:42 +00:00
import { createSerializer } from "jest-emotion"
import * as emotion from "@emotion/core"
expect.addSnapshotSerializer(createSerializer(emotion))