mirror of
https://github.com/wassname/talk.git
synced 2026-09-11 12:51:33 +08:00
Added missing dependency and test updated
This commit is contained in:
@@ -8,6 +8,7 @@ import { CommentContainer } from "./CommentContainer";
|
||||
it("renders username and body", () => {
|
||||
const props: PropTypesOf<typeof CommentContainer> = {
|
||||
data: {
|
||||
id: "comment-ID",
|
||||
author: {
|
||||
username: "Marvin",
|
||||
},
|
||||
|
||||
@@ -9,5 +9,6 @@ exports[`renders username and body 1`] = `
|
||||
}
|
||||
body="Woof"
|
||||
createdAt="1995-12-17T03:24:00.000Z"
|
||||
id="comment-ID"
|
||||
/>
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user