test('returns the maximum for values greater than the maximum', function (t) {
    const limiter = clamp(10, 20);

    t.plan(3);