摘要: 安装: npm istall --save-dev jest || yarn add --dev jest 栗子: 运行: npm test Using Matchers 普通匹配器 检查对象使用toEqual 常用属性 toBeNull:只匹配null toBeUndefined:只匹配undef 阅读全文
posted @ 2017-10-11 17:58 吃草的虾米 阅读(1639) 评论(0) 推荐(0)