Skip to main content
Module

x/rambda/source/inc.spec.js

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