await timeoutPromise(() => {
        t.is(m.get('a'), undefined);
        t.is(m.get('b'), undefined);
    }, 300);