Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed May 7, 2024
1 parent d6d8f5d commit 2a82186
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { getOperationAST, isObjectType, Kind, parse, print, SelectionSetNode } from 'graphql';
import { makeExecutableSchema } from '@graphql-tools/schema';
import { stripWhitespaces } from '../../merge/tests/utils';
import { extractUnavailableFields } from '../src/getFieldsNotInSubschema';
import { extractUnavailableFields } from '../src/extractUnavailableFields';

describe('extractUnavailableFields', () => {
it('should extract correct fields', () => {
Expand Down

0 comments on commit 2a82186

Please sign in to comment.