Skip to content

Commit a780ed0

Browse files
Update packages/graphql-modules/tests/execution-context.spec.ts
Co-authored-by: Denis Badurina <[email protected]>
1 parent 69a53b3 commit a780ed0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/graphql-modules/tests/execution-context.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,6 @@ test('accessing a singleton provider with execution context in another singleton
604604
useFactory(ctx) {
605605
return new Promise((resolve) => {
606606
setTimeout(() => {
607-
console.log('resolved');
608607
resolve(`request-${ctx.requestId}`);
609608
}, Math.random() * 200);
610609
});

0 commit comments

Comments
 (0)