test('returns the input in range min..max', function (t) {
    const limiter = clamp(10, 20);

    t.plan(3);