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 0d8f592 commit 76bc1aaCopy full SHA for 76bc1aa
tests/api/user-relation.test.ts
@@ -19,4 +19,7 @@ describe('user relation should work', () => {
19
expect(isSuccess(result)).toBe(true)
20
expect(result.data.data.length).toBe(limit)
21
})
22
+
23
+ it.todo('follow should work')
24
+ it.todo('unfollow should work')
25
0 commit comments