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

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