Hegwin.Me
Thoughts grows up by feeding itself with its own words.
Home
Tools
WoW Battle Pet
Meow Etymons
About
Testing Strategies for React Applications
测试React应用程序
React
Test
Sep 28, 2016
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://github.com/airbnb/enzyme) - procides component renderer such as `shallow` and `mount`, and DOM manipulation and traversal * [sinon](https://github.com/sinonjs/sinon) - provides mocks and spies