use item component for tools item

This commit is contained in:
pa
2026-03-11 16:06:48 +09:00
parent 8ed3cff0e9
commit f757366121
6 changed files with 242 additions and 284 deletions

View File

@@ -226,7 +226,7 @@ describe('UserDialogInfoTab.vue', () => {
wrapper.vm.onTabActivated();
await flushPromises();
expect(creditsSpy).toHaveBeenCalledTimes(1);
expect(creditsSpy).toHaveBeenCalledTimes(0);
});
});