test('objectAt returns an item', async function (this: TestContext, assert) {
    const page = create({
      foo: collection('span', {
        text: text(),
      }),