1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-01 05:45:41 +02:00
This commit is contained in:
syuilo
2021-05-17 23:55:13 +09:00
parent a385bd0227
commit e1317ce098
2 changed files with 16 additions and 0 deletions

View File

@@ -44,4 +44,8 @@ describe('API', () => {
body: { i: 'TOKEN' }
});
});
// TODO: APIエラーのテスト
// TODO: ネットワークエラーのテスト
});