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 e3e43b3 commit cbd9ab0Copy full SHA for cbd9ab0
test/resolvers/billingNew.test.ts
@@ -71,6 +71,7 @@ function createComposePaymentTestSetup(options: {
71
};
72
73
const mockContext: ResolverContextWithUser = {
74
+ eventsFactoryCache: new Map(),
75
user: {
76
id: userId,
77
accessTokenExpired: false,
0 commit comments