单测学习笔记

assert.strictEqual()方法使用===运算符测试两个值是否相等。

assert.equal()方法 使用==运算符比较值。

原文地址:https://www.cnblogs.com/sameen/p/14487128.html