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 69a53b3 commit a780ed0Copy full SHA for a780ed0
packages/graphql-modules/tests/execution-context.spec.ts
@@ -604,7 +604,6 @@ test('accessing a singleton provider with execution context in another singleton
604
useFactory(ctx) {
605
return new Promise((resolve) => {
606
setTimeout(() => {
607
- console.log('resolved');
608
resolve(`request-${ctx.requestId}`);
609
}, Math.random() * 200);
610
});
0 commit comments