We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
any
1 parent 2137e02 commit 074e172Copy full SHA for 074e172
apps/zbugs/src/local-mutate.test.ts
@@ -34,8 +34,6 @@ test('local mutate', async () => {
34
schema,
35
mutators: mutatorsForTest,
36
userID: 'user-1',
37
- // can't make this work using the proper type. Context always throws an error
38
- // no matter what we do.
39
context: {sub: 'user-1', role: 'user'} as any,
40
});
41
0 commit comments