describe('when an element is matched, and there is no view', () => {
      beforeEach(() => {
        baseView.getChildView('.child');
      });