发布于 2016-12-31 00:00:00 | 196 次阅读 | 评论: 0 | 来源: 网友投递
Jest JavaScript 单元测试
Jest 可帮你实现无痛的 JavaScript 单元测试支持,由 Facebook 推出。
Jest 18.1.0 发布了,
更新内容:
Fixed console.log and fake timer behavior in node 7.3
Updated istanbul-api
Updated jest-diff equality error message
Disabled arrow keys when entering a pattern in watch mode to prevent broken behavior。Will be improved in a future release。
Moved asymmetric matchers and equality functionality from Jasmine into jest-matchers
Removed jasmine and jest-snapshot dependency from jest-matchers
Removed unused global context variable
Show a better error message if the config is invalid JSON
Highlight trailing whitespace in assertion diffs and snapshots
Jest now uses micromatch instead of minimatch
Added -h as alias for --help
下载地址: