breads-client
breads-client copied to clipboard
Tests
Tests are ~~outdated~~ being updated, but not fully complete. We are using React Testing Library, Jest, and Enzyme. Follow this issue to track progress. Feel free to leave a comment to claim a component test
- [x] ReadingsList
- [x] App
- [ ] ArticleForm
- [ ] AuthForm
- [ ] ListCard
- [ ] ListItem
- [ ] NavBar
- [ ] Routes
- [ ] SearchForm
- [ ] Timeline
- [ ] UserAside
- [ ] Update current tests and move to corresponding features folder. Tests are currently in src/tests
- [ ] Add tests for untested components
- [ ] Add tests for redux
Initial brain dump of app behavior...
signup signin user search user aside followers following follow new user unfollow user followers list update user info favorite an article add a tag remove a tag update an article notifications signout
Untested App component behavior
url upload click on user click on reading title notification message
Hey Austin, recently I started learning React testing with React Testing Library. This is a small heads-up, I will run the project and later update this message with which components I'm going to tackle first.
cheers