it('should clear the compound when children are undone', () => {
      const oldState = state.org.present;
      const newState = reducer(oldState, types.advanceCheckboxState(bottomDeepNestedBoxN));
      expect(
        headerWithId(newState.getIn(['files', path, 'headers']), bottomHeaderId)