这是我写的断言
assert.equal(0,0,"Test Passed);
我希望它会打印测试通过的消息,但它没有发生.但是,如果断言失败,则会显示消息以及错误.
如果测试成功,有没有办法打印消息?
unit-testing node.js
node.js ×1
unit-testing ×1