-
Describe Proposals
- it fetches all proposals
- fetchAllProposals thunk dispatches the proper action creator
-
Describe Single Proposal
- it fetches proposal by id
- fetchSingleProposals thunk dispatches the proper action creator
-
Describe organization sign up
- it successfully posts accurate info
-
Describe post project card
- it dispatches submitProjectCard action
- the reducer should return empty array initially, and then array with all project cards
-
Describe fetch all messages
- it should dispatch getAllMessages action creator
- return an array of messages
-
Describe post message to db
- it should dispatch a postMessage action creator
-
Describe GithubProjectBoard component
- it should render project board in three columns
-
Describe GirhubFeed
- it only displays the newest 10 notifications
-
Describe createToken function
- it returns a promise for an installation token
-
Describe POST /api/chatroom/:id/messages
- it should post a message to the message model with the correct channel id
- it returns the right response code and payload