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