bitewise-club / bitewise-app

Capital One SWE Summit Hackathon
3 stars 4 forks source link

Unit Testing #28

Open sam-xif opened 5 years ago

sam-xif commented 5 years ago

Write tests for React components and models.

This will likely involve significant refactoring of the React components to make as many of them purely functional as possible, with state objects being passed in as props. This will greatly simplify testing of the UI components.