Skip to content

Commit 76bc1aa

Browse files
committed
test: add todo
1 parent 0d8f592 commit 76bc1aa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/api/user-relation.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,7 @@ describe('user relation should work', () => {
1919
expect(isSuccess(result)).toBe(true)
2020
expect(result.data.data.length).toBe(limit)
2121
})
22+
23+
it.todo('follow should work')
24+
it.todo('unfollow should work')
2225
})

0 commit comments

Comments
 (0)