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