CodeForPhilly / prevention-point

Current Functional Product
MIT License
30 stars 15 forks source link

test participant store actions #478

Closed MikeyManoguerra closed 3 years ago

MikeyManoguerra commented 3 years ago

https://semaphoreci.com/community/tutorials/how-to-test-react-and-mobx-with-jest

sort of like this article, the section starting "Unit Testing with Mobx"

not any of the enzyme/integration stuff, just testing the store directly

JackRyan1989 commented 3 years ago

@MikeyManoguerra do you want me to test the flow functions as well, like getParticipants, createParticipant, getVisits etc.?