mirror of
https://github.com/jkingsman/Remote-Terminal-for-MeshCore.git
synced 2026-08-07 09:13:04 +02:00
Dead and trivial code rip out (whoof)
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
import { describe, it, expect } from 'vitest';
|
||||
import {
|
||||
getAvatarText,
|
||||
getAvatarColor,
|
||||
getContactAvatar,
|
||||
CONTACT_TYPE_REPEATER,
|
||||
} from '../utils/contactAvatar';
|
||||
import { getAvatarText, getAvatarColor, getContactAvatar } from '../utils/contactAvatar';
|
||||
import { CONTACT_TYPE_REPEATER } from '../types';
|
||||
|
||||
describe('getAvatarText', () => {
|
||||
it('returns first emoji when name contains emoji', () => {
|
||||
|
||||
Reference in New Issue
Block a user