Skip to main content
Module

x/rambda/source/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])})