mirror of
https://github.com/wassname/talk.git
synced 2026-07-03 05:46:15 +08:00
Changes
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user