TritonDataCenter / node-assert-plus

Extra assertions on top of node's assert module
MIT License
122 stars 25 forks source link

add assert.date, assert.regexp, assert.uuid (#1). fix #4. #10

Closed fkuo closed 10 years ago

fkuo commented 10 years ago

assert.number(NaN) and assert.number(Infinity) fail now (#4). This breaks backward compatibility.