发送此功能的拉取请求(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
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)