test('works if minimum and maximum are swapped', function (t) {
    const limiter = clamp(10, 20);

    t.plan(3);