mirror of
https://github.com/onkelbeh/cheatsheets.git
synced 2026-01-14 14:52:05 +01:00
252 B
252 B
title, category
| title | category |
|---|---|
| assert | Node.js |
assert(val)
assert.equal(actual, expected)
assert.notEqual(a, e)
assert.deepEqual(a, e)
assert.notDeepEqual(a, e)
assert.throws(fn)