mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
bump and audit fix
This commit is contained in:
@@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user