tj / should.js

BDD style assertions for node.js -- test framework agnostic
MIT License
2.75k stars 195 forks source link

Why {false.should.be.ok} can pass test #225

Closed sunkuo closed 8 years ago

sunkuo commented 8 years ago

Hey , Sir , i use mocha and should to test my library , whatever, i found {false.should.be.ok } can pass the test . WHY?

sunkuo commented 8 years ago

Here is the code
screen shot 2016-05-27 at 4 39 45 pm

Here is the result:

screen shot 2016-05-27 at 4 40 25 pm
sunkuo commented 8 years ago

it really confused me