This commit is contained in:
pa
2026-03-10 17:44:15 +09:00
parent 17b582c904
commit ff1529920b
237 changed files with 419 additions and 419 deletions

View File

@@ -5,11 +5,11 @@ vi.mock('vue-sonner', () => ({
toast: { error: vi.fn() }
}));
vi.mock('../../../service/request', () => ({
vi.mock('../../../services/request', () => ({
$throw: vi.fn()
}));
vi.mock('../../../service/appConfig', () => ({
vi.mock('../../../services/appConfig', () => ({
AppDebug: { endpointDomain: 'https://api.vrchat.cloud/api/1' }
}));