Skip to main content
Module

x/rambda/dec.spec.js

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