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

    t.plan(3);