Skip to main content
Module

x/rambda/toString.spec.js

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