summaryrefslogtreecommitdiff
path: root/packages/frontend/test/aiscript (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix frontend lint errorsHazelnoot2025-04-021-4/+5
|
* lint and type fixesHazelnoot2025-04-011-1/+1
|
* merge upstreamHazelnoot2025-03-253-7/+7
|\
| * fix(frontend): fix testかっこかり2025-03-131-1/+1
| |
| * enhance(frontend): improve accounts managementsyuilo2025-03-131-1/+1
| |
| * refactor(frontend): scripts -> utilitysyuilo2025-03-093-5/+5
| |
* | ui.test.tsHazelnoot2025-02-041-1/+2
|/
* Fix: aiscriptディレクトリ内の型エラー解消と単体テスト ↵Take-John2025-01-073-0/+1249
(#15191) * AiScript APIの型エラーに対処 * AiScript UI APIのテスト作成 * onInputなどがPromiseを返すように * AiScript共通APIのテスト作成 * CHANGELOG記載 * 定数のテストをconcurrentに * vi.mockを使用 * misskeyApiをmisskeyApiUntypedのエイリアスとする * 期待されるエラーメッセージを修正 * Mk:removeのテスト * misskeyApiの型を変更