mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-28 11:13:49 +02:00
rename
This commit is contained in:
@@ -14,7 +14,7 @@ const mocks = vi.hoisted(() => ({
|
||||
}
|
||||
}));
|
||||
|
||||
vi.mock('../../service/config', () => ({
|
||||
vi.mock('../../services/config', () => ({
|
||||
default: mocks.configRepository
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user