Assertions

assert(val)
assert.equal(actual, expected)
assert.notEqual(a, e)
assert.deepEqual(a, e)
assert.notDeepEqual(a, e)
assert.throws(fn)

References

  • http://nodejs.org/api/assert.html

京ICP备2021021252号-1    Copyright © 2022.All right reserved.Powered by shouce.51my.top