|-dist |-src |-components # UI component |-About.js |-Home.js |-Intro.js |-Index.js # collect all UI component |-config |-default.js # default configure settings for ...
For more complete examples and a demo web app, see the AirSwap.js-examples repository. The top-level index.js includes the majority of the application code. It should be isomorphic to be used easily ...
That is pretty much it for this intro to testing Redux Actions and Reducers using Jest. We added Jest to our project, created tests for an Action creator and a Reducer in our test.js file and took a ...