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

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