Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
chore(consultation): rename the file of chat message item component
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethTrecy committed Sep 13, 2022
1 parent bf07ba7 commit a057c08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import type { TextMessage } from "$/types/message"
import type { DeserializedUserDocument } from "$/types/documents/user"
import type { DeserializedChatMessageResource } from "$/types/documents/chat_message"

import Component from "./chat_message.vue"
import Component from "./chat_message_item.vue"

describe("Component: consultation/chat_window/chat_message", () => {
describe("Component: consultation/chat_window/chat_message_item", () => {
it("should show self's text message properly", () => {
const CURRENT_TIME = new Date()
const user = {
Expand Down

0 comments on commit a057c08

Please sign in to comment.