Skip to main content
Module

x/rambda/sum.spec.js

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