breads-client icon indicating copy to clipboard operation
breads-client copied to clipboard

Tests

Open aubundy opened this issue 3 years ago • 4 comments

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

aubundy avatar Sep 23 '21 04:09 aubundy

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

aubundy avatar Sep 23 '21 04:09 aubundy

Untested App component behavior

url upload click on user click on reading title notification message

aubundy avatar Sep 23 '21 04:09 aubundy

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

Ceheiss avatar Nov 14 '21 21:11 Ceheiss