如何更改Jasmine-Node异步规范上的超时

如何更改Jasmine-Node异步规范上的超时,第1张

如何更改Jasmine-Node异步规范上的超时

发送此功能的拉取请求(https://github.com/mhevery/jasmine-
node/pull/142

it("cannot change timeout", function(done) {  request("http://localhost:3000/hello", function(error, response, body){     expect(body).toEqual("hello world");     done();  });}, 5000); // set timeout to 5 seconds


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/4952809.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-11-13
下一篇 2022-11-13

发表评论

登录后才能评论

评论列表(0条)

保存