mirror of
https://github.com/bendtherules/react-fiber-traverse.git
synced 2026-08-18 13:52:36 +00:00
test.traverseGenerator-ordered - Fix test group title
This commit is contained in:
@@ -26,7 +26,7 @@ describe("traverseGenerator", () => {
|
|||||||
document.body.removeChild(container);
|
document.body.removeChild(container);
|
||||||
});
|
});
|
||||||
|
|
||||||
describe("basic", () => {
|
describe("ordered", () => {
|
||||||
it("order doesn't matter for 1 node if self is present - case 1", () => {
|
it("order doesn't matter for 1 node if self is present - case 1", () => {
|
||||||
const rootNode = mountAndGetRootNode(CDepth1, container);
|
const rootNode = mountAndGetRootNode(CDepth1, container);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user