mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-20 07:13:51 +02:00
rename
This commit is contained in:
@@ -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' }
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user