Skip to content

Commit

Permalink
move lint ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed Mar 15, 2023
1 parent 2247de9 commit 3053430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exchanges/graphcache/src/ast/schemaPredicates.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import { minifyIntrospectionQuery } from '@urql/introspection';
const mocked = (x: any): any => x;

describe('SchemaPredicates', () => {
// eslint-disable-next-line
const schema = buildClientSchema(
// eslint-disable-next-line
minifyIntrospectionQuery(require('../test-utils/simple_schema.json'))
);

Expand Down

0 comments on commit 3053430

Please sign in to comment.