Skip to main content
Module

x/rambda/toUpper.spec.js

Faster and smaller alternative to Ramda
Go to Latest
File
import { toUpper } from './toUpper'
test('toUpper', () => { expect(toUpper('foo|bar|baz')).toEqual('FOO|BAR|BAZ')})