DEV Community

Discussion on: How to do Firebase, NodeJS, ExpressJS API endpoint unit tests?

Collapse
 
ayrtonvwf profile image
Ayrton Fidelis

Did you find your way through it? I'm curious about it too.

Collapse
 
almantas88 profile image
almantas88

Sadly, no. We just mock data with sinnon, and check response statuses, but i dont think its correct unit tests

Collapse
 
ayrtonvwf profile image
Ayrton Fidelis

Maybe use something like Firebase Emulator or Firebase Mock?