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

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