Skip to content

Commit c2b4804

Browse files
committed
chore: fix test
1 parent f5ebe29 commit c2b4804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/empty.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// tslint:disable-next-line:no-implicit-dependencies
22
import express from "express";
33
// tslint:disable-next-line:no-implicit-dependencies
4-
import graphqlHTTP from "express-graphql";
4+
import { graphqlHTTP } from "express-graphql";
55
import {
66
GraphQLNonNull,
77
GraphQLObjectType,

0 commit comments

Comments
 (0)