Skip to content

自动化测试

e1emeb0t edited this page Oct 26, 2016 · 2 revisions

使用jest来做单元测试, 执行以下命令:

npm test

因为使用了react-dom, 目前jest无法使用, 待react升级到15.4.0, 参考: https://github.com/facebook/jest/issues/1353

Clone this wiki locally