deno.land / x / rambda@v9.1.1 / source / and.spec.js

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
import { and } from './and.js'
test('happy', () => { expect(and(1, 'foo')).toBe('foo') expect(and(true, true)).toBeTrue() expect(and(true)(true)).toBeTrue() expect(and(true, false)).toBeFalse() expect(and(false, true)).toBeFalse() expect(and(false, false)).toBeFalse()})
rambda

Version Info

Tagged at
2 months ago