bump and audit fix

This commit is contained in:
pa
2026-02-26 20:36:16 +09:00
committed by Natsumi
parent 1f253fafaf
commit a00d834ff3
3 changed files with 350 additions and 246 deletions

View File

@@ -133,7 +133,7 @@ describe('AvatarInfo.vue', () => {
test('shows empty when no imageurl', () => {
const wrapper = mountAvatarInfo({});
expect(wrapper.text().trim()).toBe('');
expect(wrapper.text().trim()).toBe('Unknown Avatar');
});
test('does not show hintavatarname if it is not a string', () => {