it('should not fail if called multiple times', () => {
    const pivot = create();

    pivot.collapseAll();
    pivot.collapseAll();