Hegwin.Me

溯洄从之,道阻且长。溯游从之,宛在水中央。

测试React应用程序

Testing Strategies for React Applications

Main things: * [mocha](https://github.com/mochajs/mocha) - Test Frame * [chai](https://github.com/chaijs/chai) - provides TDD/BDD syntax (`should`, `expect` ) for testing * [enzyme](https://gi...