$it('does not throw when there are nothing to capture', {
      template: '<my-input>',
      component: { message: 'Aurelia' },
      assertFn: ({ appHost }) => {
        assert.strictEqual(appHost.querySelector('input').value, '');