mirror of
https://github.com/bendtherules/react-fiber-traverse.git
synced 2026-08-18 13:52:36 +00:00
Edit test title in utils.isNodeFunctionComponent
This commit is contained in:
@@ -42,7 +42,7 @@ describe("utils", () => {
|
|||||||
expect(result).toBe(false);
|
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 rootNode = mountAndGetRootNode("div", container);
|
||||||
|
|
||||||
const result = isNodeFunctionComponent(rootNode);
|
const result = isNodeFunctionComponent(rootNode);
|
||||||
|
|||||||
Reference in New Issue
Block a user