DEV Community

Discussion on: A Guide To Writing Awesome Unit Tests For The First Time

Collapse
 
napoleon039 profile image
Nihar Raote

I'm glad I could help. Jest is great and the tests feel intuitive.

I'm thinking of learning Mocha and Cypress next. Any good resources for getting started with Mocha?

Collapse
 
djdany01 profile image
Dani J. Pérez

Hey!
I used mocha-chai that is more intuitive than only mocha.
Everithing i have learned was in the official docs: chaijs.com/guide/
I'm thinking of doing a post about testing with this.

Thank you!

Thread Thread
 
napoleon039 profile image
Nihar Raote • Edited

Alright, I'll try mocha-chai. I'm excited to learn it! You should definitely write a post about this. It deepens your understanding and helps others at the same time. 😃