如何用玩笑修复MissingSchemaError

时间:2019-06-05 19:18:57

标签: node.js mongoose jestjs

我正在尝试使用Jest库编写一些测试。但是出现错误-

MissingSchemaError: Schema hasn't been registered for model "Todo".
 Use mongoose.model(name, schema)

    > 1 | const Todo = require('mongoose').model('Todo');
        |                                  ^
      2 | // const Todo =
      3 | 
      4 | exports.create = todo => {

      at new MissingSchemaError (node_modules/mongoose/lib/error/missingSchema.js:22:11)

我已经使用 postman 对其代码进行了测试。

Github存储库 https://github.com/arpit-absyadav/todo_app

0 个答案:

没有答案