Skip to content

Commit 2aaf644

Browse files
Update src/execution/__tests__/errorPropagation-test.ts
Co-authored-by: Jovi De Croock <[email protected]>
1 parent 26e5375 commit 2aaf644

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/execution/__tests__/errorPropagation-test.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
import { describe, it } from 'mocha';
22

33
import { expectJSON } from '../../__testUtils__/expectJSON.js';
4-
54
import type { PromiseOrValue } from '../../jsutils/PromiseOrValue.js';
6-
75
import { parse } from '../../language/parser.js';
8-
96
import { buildSchema } from '../../utilities/buildASTSchema.js';
10-
117
import { execute } from '../execute.js';
128
import type { ExecutionResult } from '../types.js';
139

0 commit comments

Comments
 (0)