BrontosaurusTails / Sovereign

MIT License
0 stars 1 forks source link

Testing #8

Open LmtDNE opened 7 years ago

LmtDNE commented 7 years ago

Issue to discuss how we will implement testing across the stack.

yeibercano commented 6 years ago

I may be to help with testing or walk through someone that is interested or both :) I used Cheerio and Tape for single assertion tests.

Component ex: https://github.com/yeibercano/rejection/blob/master/app/features/auth/signin.test.js

Reducer ex: https://github.com/yeibercano/rejection/blob/master/app/features/auth/auth.reducer.test.js

Sagas/Generators ex: https://github.com/yeibercano/rejection/blob/master/app/features/entries/entries.sagas.test.js