UNPKG

104 BJavaScriptView Raw
1const test = require('./ava-patched')
2
3test('test equality as curried function', t => {
4 t.cis(2)(2)
5})