2012-06-18 47 views

回答

2

如果你想確保你只booleanfalse匹配不是使用strictEqual爲:

test.strictEqual(shouldBeFalse(), false) 

否則equal是確定了。

相關問題