Skip to content

Commit f1ed42f

Browse files
committed
finished cleanup of graphQL unit tests
1 parent db6554e commit f1ed42f

File tree

3 files changed

+129
-402
lines changed

3 files changed

+129
-402
lines changed

src/client/controllers/graphQLController.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ const graphQLController: GqlController = {
297297
};
298298
api.send('introspect', JSON.stringify(introspectionObject));
299299
api.receive('introspect-reply', (data: IntrospectionQuery) => {
300-
console.log(data);
300+
// console.log(data);
301301
if (data !== 'Error: Please enter a valid GraphQL API URI') {
302302
// formatted for Codemirror hint and lint
303303
const clientSchema = buildClientSchema(data);

test/__tests__/graphQLControllerTest-Brooke.js

Lines changed: 0 additions & 140 deletions
This file was deleted.

0 commit comments

Comments
 (0)