Skip to content

Commit

Permalink
fix: eslint warnings (#1360)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gumichocopengin8 committed Feb 22, 2020
1 parent 135a218 commit 84d4821
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ describe('GraphQLCache', () => {
let cache = new GraphQLCache(configDir, graphQLRC);

beforeEach(async () => {
const configDir = __dirname;
graphQLRC = await loadConfig({ rootDir: configDir });
cache = new GraphQLCache(configDir, graphQLRC);
});
Expand Down
1 change: 0 additions & 1 deletion resources/test.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* global jsdom */
/**
* Copyright (c) 2019 GraphQL Contributors.
*
Expand Down

0 comments on commit 84d4821

Please sign in to comment.