1. 首页
  2. 数据库
  3. 其它
  4. mongo related test fixtures 源码

mongo related test fixtures 源码

上传者: 2021-05-04 07:40:22上传 ZIP文件 17.56KB 热度 2次
目标 在测试开始时添加虚拟数据 测试后清理 启用一种在数据库操作上添加“挂钩”的方法 // package.json "scripts" : { "test" : "mocha --file ./test/mongo-setup.js --reporter spec --exit" } , "deps" : { "chai" : "^4.3.4" , "mocha" : "^8.3.2" , "mongodb" : "^3.6.5" , "prettier" : "^2.2.1" , "sinon" : "^10.0.0" }
下载地址
用户评论