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

identity.spec.js
نووسراو ببینە
1
2
3
4
5
6
7
8
import { identity } from './identity.js'
test('happy', () => { expect(identity(7)).toBe(7) expect(identity(true)).toBeTrue() expect(identity({ a : 1 })).toEqual({ a : 1 })})
rambda

Version Info

Tagged at
2 months ago