标签: node.js mocha chai sinon
我正在使用mocha chai和sinon测试我的node.js API。此时,在代码res.status(200).send("hello");中,我的测试用例由于以下错误而失败:
res.status(200).send("hello");
TypeError: res.status is not a function