Mock/Test Mongodb Database Node.js

后端 未结 3 1262
离开以前
离开以前 2021-02-05 03:36

I am learning nodejs and I have a mongodb database with which i have to interact with. I am currently thinking of using mocha for a unit test framework and zombie.js for a acce

3条回答
  •  星月不相逢
    2021-02-05 04:16

    In order to spin up a real in-memory mongodb for testing, https://github.com/nodkz/mongodb-memory-server helps as well.

提交回复
热议问题