Skip to main content
Module

x/rambda/source/min.spec.js

Faster and smaller alternative to Ramda
Go to Latest
File
import {min} from './min'
test('happy', () => { expect(min(2, 1)).toBe(1) expect(min(1)(2)).toBe(1)})