UNPKG

@airbnb/config-jest

Version:
9 lines (7 loc) 177 B
// Register custom serializer when using GraphQL try { require('graphql'); expect.addSnapshotSerializer(require('../serializers/graphql')); } catch (error) { // Ignore }