From 7644f93e7c0c282185df0837d3d1ba76b0f4b565 Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Fri, 7 Sep 2018 18:24:08 +0200 Subject: [PATCH] Fix types --- src/core/client/stream/containers/CommentContainer.spec.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/core/client/stream/containers/CommentContainer.spec.tsx b/src/core/client/stream/containers/CommentContainer.spec.tsx index d43c241af..bde3f9606 100644 --- a/src/core/client/stream/containers/CommentContainer.spec.tsx +++ b/src/core/client/stream/containers/CommentContainer.spec.tsx @@ -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,