mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 22:46:06 +02:00
rename
This commit is contained in:
@@ -100,7 +100,7 @@ vi.mock('../../../coordinators/friendRelationshipCoordinator', () => ({
|
||||
handleFriendDelete: (...args) => mocks.handleFriendDelete(...args)
|
||||
}));
|
||||
|
||||
vi.mock('../../../plugin/router', () => ({
|
||||
vi.mock('../../../plugins/router', () => ({
|
||||
router: {
|
||||
push: (...args) => mocks.routerPush(...args)
|
||||
}
|
||||
@@ -115,7 +115,7 @@ vi.mock('../../../api', () => ({
|
||||
}
|
||||
}));
|
||||
|
||||
vi.mock('../../../service/confusables', () => ({
|
||||
vi.mock('../../../services/confusables', () => ({
|
||||
default: (value) => value,
|
||||
removeWhitespace: (value) => String(value ?? '').replace(/\s+/g, '')
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user