From 516922971a18bc1ebc490d53973e40c97a639799 Mon Sep 17 00:00:00 2001 From: Aditya Pratap Singh Date: Tue, 1 May 2018 10:21:29 +0200 Subject: [PATCH] #626 Fix the breaking tests --- packages/apollo-server-fastify/src/fastifyApollo.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/apollo-server-fastify/src/fastifyApollo.test.ts b/packages/apollo-server-fastify/src/fastifyApollo.test.ts index 79ecd2bc5d2..920d52b217b 100644 --- a/packages/apollo-server-fastify/src/fastifyApollo.test.ts +++ b/packages/apollo-server-fastify/src/fastifyApollo.test.ts @@ -1,6 +1,6 @@ import * as fastify from 'fastify'; import { FastifyInstance } from 'fastify'; -import jsonParser from 'fast-json-body'; +const jsonParser = require('fast-json-body'); import { graphqlFastify, graphiqlFastify } from './fastifyApollo'; import testSuite, { schema,