Fix types

This commit is contained in:
Chi Vinh Le
2018-09-07 18:24:08 +02:00
parent 5010e342df
commit 7644f93e7c
@@ -23,6 +23,7 @@ it("renders username and body", () => {
},
body: "Woof",
createdAt: "1995-12-17T03:24:00.000Z",
pending: false,
},
indentLevel: 1,
showAuthPopup: noop as any,
@@ -45,6 +46,7 @@ it("renders body only", () => {
},
body: "Woof",
createdAt: "1995-12-17T03:24:00.000Z",
pending: false,
},
indentLevel: 1,
showAuthPopup: noop as any,