如何使用笑话获得模拟响应中的响应状态?

时间:2019-11-23 12:04:26

标签: typescript jestjs typescript2.0

如何使用笑话在没有返回功能的情况下获取响应状态和消息。

file.test.ts

function data(response:Response){
response.send("hai").status(200)
}

我确定了如何测试该功能并使用笑话检查响应结果

0 个答案:

没有答案