DEV Community

Cover image for Endpoint testing with Jest and Supertest

Endpoint testing with Jest and Supertest

Zell Liew 🤗 on August 14, 2019

I played around with testing lately. One thing I tried to do was to test the endpoints of my Express application. Setting up the test was the hard...
Collapse
 
dels07 profile image
Deli Soetiawan

I found jest is slower compared to Mocha + Chai or AVA, I use AVA due to that issue, yeah console.log is such a pain in AVA, any suggestion to make test run faster in jest?

Collapse
 
nyanmyohtet profile image
Nyan Myo Htet

Well explained 😊