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