Skip to main content
Module

x/rambda/of.spec.js

Faster and smaller alternative to Ramda
Go to Latest
File
import { of } from './of'
test('happy', () => { expect(of(3)).toEqual([ 3 ])
expect(of(null)).toEqual([ null ])})