fix(frontend): fix test

This commit is contained in:
かっこかり 2025-03-13 22:32:26 +09:00 committed by GitHub
parent 8c9ec5827f
commit 7acd3d1a88
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ let $iMock = vi.hoisted<Partial<typeof import('@/i.js').$i> | null >(
() => null
);
vi.mock('@/account.js', () => {
vi.mock('@/i.js', () => {
return {
get $i() {
return $iMock;