async function () {
                calls.push(1);

                assert.deepStrictEqual(calls, [2, 1], 'calls');