From a1f6e4c15bc12ef1c5b80172bef55f00aa96f3ce Mon Sep 17 00:00:00 2001 From: Nicolas Bonamy Date: Fri, 10 May 2024 10:02:04 -0500 Subject: [PATCH] chat list tests --- src/components/ChatList.vue | 10 +- src/types/index.d.ts | 12 +++ tests/components/chat_list.test.ts | 154 +++++++++++++++++++++++++++++ 3 files changed, 171 insertions(+), 5 deletions(-) create mode 100644 tests/components/chat_list.test.ts diff --git a/src/components/ChatList.vue b/src/components/ChatList.vue index c4bcdca..c416624 100644 --- a/src/components/ChatList.vue +++ b/src/components/ChatList.vue @@ -1,15 +1,15 @@