We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82237db commit f75ff2fCopy full SHA for f75ff2f
src/execution/__tests__/nonnull-test.js
@@ -304,11 +304,6 @@ describe('Execute: handles non-nullable types', () => {
304
path: ['promiseNest', 'syncNest', 'sync'],
305
locations: [{ line: 12, column: 22 }],
306
},
307
- {
308
- message: syncError.message,
309
- path: ['promiseNest', 'promiseNest', 'sync'],
310
- locations: [{ line: 13, column: 25 }],
311
- },
312
{
313
message: promiseError.message,
314
path: ['syncNest', 'promise'],
@@ -319,6 +314,11 @@ describe('Execute: handles non-nullable types', () => {
319
path: ['syncNest', 'syncNest', 'promise'],
320
315
locations: [{ line: 6, column: 27 }],
321
316
317
+ {
318
+ message: syncError.message,
+ path: ['promiseNest', 'promiseNest', 'sync'],
+ locations: [{ line: 13, column: 25 }],
+ },
322
323
324
path: ['syncNest', 'promiseNest', 'promise'],
0 commit comments