jest configuration - transform config/jest/cssTransform.js If you want to test classname (CSS Modules)… e.g., styles.foobar === 'foobar' Notice that Proxy is enabled in Node.js v6.* by default; if you are not on Node v6.* yet, make sure you invoke Jest using node --harmony_proxies node_modules/.bin/jest.
Action - mock ajax (1/4) • nock • mock the HTTP requests • redux-mock-store • apply the middleware to a mock store http://redux.js.org/docs/recipes/WritingTests.html#async-action-creators
參參考資料 • Give Jest Another Go https://medium.com/@jrwebdev/give-jest-another-go-86ca3d00f75 • Unit Test Redux Container Components - Part 1 http://www.wsbrunson.com/react/redux/test/2016/05/08/testing-redux-containers.html • React.js 101 - React 測試入⾨門教學 https://github.com/kdchang/reactjs101/tree/master/Appendix03 • Testing React Components With Enzyme http://codeheaven.io/testing-react-components-with-enzyme/ • Introduction to Jest testing framework (Youtube video) https://www.youtube.com/watch?v=tvy0bSgwtTo • Testing Your React (and redux) Applications (Youtube video) https://www.youtube.com/watch?v=n49QKIzS_Ik • 前端測試⼯工具簡單整理理和比較 https://github.com/ellisMing/introduction-angular-test#前端測試⼯工具簡單整理理和比較