Skip to main content
Module

x/rambda/divide.spec.js

Faster and smaller alternative to Ramda
Go to Latest
File
import { divide } from './divide'
test('happy', () => { expect(divide(71, 100)).toEqual(0.71) expect(divide(71)(100)).toEqual(0.71)})