Skip to content

Commit 3be52a6

Browse files
committed
tests: fix import
1 parent 79c4ab2 commit 3be52a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/mock.test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import { GraphQLSchema } from 'graphql'
22
import { makeExecutableSchema } from 'graphql-tools'
33
import * as introspectionResult from './__fixtures__/schema.json'
4-
import gql, {
4+
import gql from './'
5+
import {
56
Mocker,
67
createMockerFromIntrospection,
78
createMockerFromSchema,

0 commit comments

Comments
 (0)