Closed leonyu closed 8 years ago
There are a few cases in test.js where assert is being called instead of assert.equal.
test.js
assert
assert.equal
Those asserts still pass.
Thanks!
There are a few cases in
test.js
whereassert
is being called instead ofassert.equal
.Those asserts still pass.