mirror of
https://github.com/wassname/talk.git
synced 2026-07-10 11:17:52 +08:00
Fix lint
This commit is contained in:
@@ -19,6 +19,7 @@ it("renders username and body", () => {
|
||||
comment: {
|
||||
id: "comment-id",
|
||||
author: {
|
||||
id: "author-id",
|
||||
username: "Marvin",
|
||||
},
|
||||
body: "Woof",
|
||||
@@ -46,6 +47,7 @@ it("renders body only", () => {
|
||||
comment: {
|
||||
id: "comment-id",
|
||||
author: {
|
||||
id: "author-id",
|
||||
username: null,
|
||||
},
|
||||
body: "Woof",
|
||||
|
||||
Reference in New Issue
Block a user