This commit is contained in:
Belén Curcio
2018-07-31 11:20:16 -03:00
parent bf959691eb
commit 7c446bc9d8
3 changed files with 2 additions and 3 deletions
@@ -8,7 +8,7 @@ import { CommentContainer } from "./CommentContainer";
it("renders username and body", () => {
const props: PropTypesOf<typeof CommentContainer> = {
data: {
id: "comment-ID",
id: "comment-id",
author: {
username: "Marvin",
},
@@ -9,6 +9,6 @@ exports[`renders username and body 1`] = `
}
body="Woof"
createdAt="1995-12-17T03:24:00.000Z"
id="comment-ID"
id="comment-id"
/>
`;
@@ -4,4 +4,3 @@
export const NETWORK_TYPE = "Network";
export const NETWORK_ID = "client:root.local.network";
export const LOCAL_ID = "client:root.local";