Added missing dependency and test updated

This commit is contained in:
Belén Curcio
2018-07-26 12:11:31 -03:00
parent 2c4ce9169d
commit d7c3796c9f
2 changed files with 2 additions and 0 deletions
@@ -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"
/>
`;