fix group bug

This commit is contained in:
zhanning.bzn 2019-08-30 17:05:04 +08:00
parent 0a7b830f16
commit 0f984407dd

View File

@ -202,7 +202,7 @@ describe('signle layer group', () => {
expect(nodeGroup.get('hasHidden')).to.be.false;
});
it.only('collapseGroup / expandGroup', () => {
it('collapseGroup / expandGroup', () => {
const nodes = graph.getNodes();
const groupNodes = nodes.filter(node => {
const model = node.getModel();