diff --git a/test/utils.isNodeFunctionComponent.spec.tsx b/test/utils.isNodeFunctionComponent.spec.tsx index 09dbc23..4a6ffba 100644 --- a/test/utils.isNodeFunctionComponent.spec.tsx +++ b/test/utils.isNodeFunctionComponent.spec.tsx @@ -42,7 +42,7 @@ describe("utils", () => { expect(result).toBe(false); }); - it("should work for html like component - div", () => { + it("should not work for html like component - div", () => { const rootNode = mountAndGetRootNode("div", container); const result = isNodeFunctionComponent(rootNode);