ZoeyYoung / blog

博客
1 stars 0 forks source link

Unit Testing #2

Open ZoeyYoung opened 8 years ago

ZoeyYoung commented 8 years ago

describe块称为"测试套件"(test suite),表示一组相关的测试 it块称为"测试用例"(test case),表示一个单独的测试,是测试的最小单位 测试框架 Mocha 实例教程

ZoeyYoung commented 8 years ago

学习资源

Node.js Unit Testing

http://www.alloyteam.com/2013/12/hour-class-learning-costs-javascript-unit-testing-tool-matcha-mocha-and-chai/