summaryrefslogtreecommitdiff
path: root/packages/frontend/test/aiscript (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(deps): update [frontend] update dependencies (major) [ci skip] (#16866)renovate[bot]2025-11-301-6/+9
| | | | | | | | | | | | | | | | | | * fix(deps): update [frontend] update dependencies * attempt to fix test * rollback twemoji parser to v16 [ci skip] * fix [ci skip] * rollback twemoji parser to v16 * attempt to fix test --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
* clean upsyuilo2025-08-251-5/+0
|
* enhance(frontend): update aiscript to 1.1.0syuilo2025-08-181-5/+5
|
* fix frontend tests broken with aiscript 1.0.0 (#16377)anatawa122025-08-092-8/+24
| | | | | * test: update test for aiscript 1.0: line info in error * test: update test for aiscript 1.0: keyword in object literal
* 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
|
* 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の型を変更