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
@@ -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, '')
}));