Skip to main content
Module

x/rambda/toLower.spec.js

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