标签: typescript jestjs typescript2.0
如何使用笑话在没有返回功能的情况下获取响应状态和消息。
file.test.ts
function data(response:Response){ response.send("hai").status(200) }
我确定了如何测试该功能并使用笑话检查响应结果