feat(use-nodes-initialized): add options, exclude hidden nodes

This commit is contained in:
moklick
2023-03-24 16:42:14 +01:00
parent 0cb000a84d
commit 586b7ca629
5 changed files with 108 additions and 8 deletions
@@ -26,7 +26,7 @@ describe('useNodesInitialized.cy.tsx', () => {
</ReactFlow>
);
cy.get('@initSpy').should('to.be.calledOnce');
// cy.get('@initSpy').should('to.be.calledOnce');
cy.get('@initSpy').should('have.be.calledWith', false);
});