Frontend Unit Testing
React Component Unit Tests
App
- Tests the initialization of app without crashing
- Input/User action
- Type npm test in terminal to render app.
- Expected result
- Test comes out with positive, rendering the app without crashing.
- Input/User action