$it('2 initial items, 3 additions at end', async function ({ au, host, mutations, mutate, component }) {
            component.items = new Map([[0, $(0)], [1, $(1)]]);

            await au.start();
            assert.strictEqual(host.textContent, '01');