mirror of
https://github.com/vale981/apollo-server
synced 2025-03-05 09:41:40 -05:00
Remove unused test block in apollo-server-koa tests (#1409)
This commit is contained in:
parent
a700a3350b
commit
e91142d474
1 changed files with 0 additions and 4 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Reference in a new issue