it('observes on .findIndex()', function () {
      const { component, flush, assertText } = createFixture
        .component({ items: [1] })
        .html`\${items.findIndex(x => x === 2)}`
        .build();