用Jest或sinon模拟请求/响应 全文发布在 要求 节点10 npm 6 建立 克隆存储库 运行npm install 运行npm start (以在本地启动应用程序)或npm t以运行测试。 npm脚本 npm t ( npm run test )将同时运行基于ava和jest的测试套件。 npm start将启动应用程序服务器(默认PORT:3000,可以使用PORT环境变量覆盖) npx jest将仅运行基于jest的测试 npx ava将仅运行基于ava的测试 要求 登录 curl --request POST \ --url http://localhost:3000