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

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