Remove unused test block in apollo-server-koa tests (#1409)

This commit is contained in:
Alireza Ahmadi 2018-07-27 01:47:16 +04:30 committed by Evans Hauser
parent a700a3350b
commit e91142d474

View file

@ -25,10 +25,6 @@ async function destroyApp(app) {
await new Promise(resolve => app.close(resolve));
}
describe('integration:Hapi', () => {
testSuite(createApp, destroyApp);
});
describe('koaApollo', () => {
it('throws error if called without schema', function() {
expect(() => new ApolloServer(undefined as GraphQLOptions)).to.throw(