How to setup different database for development and testing in NodeJS
May 29, 2024 · 2 min read · Obviously we do not want to mess up our development and test data and hence want to setup a different database for both the purposes. I faced this issue when performing unit and integration testing in my node application using chai and mocha. Below a...
Join discussion
