Skip to content

Commit d136e61

Browse files
committedJan 4, 2019
Update dependencies
1 parent 877a6c1 commit d136e61

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
],
3636
"dependencies": {
3737
"@sindresorhus/is": "^0.14.0",
38-
"@szmarczak/http-timer": "^1.1.0",
39-
"cacheable-request": "^5.1.0",
38+
"@szmarczak/http-timer": "^1.1.2",
39+
"cacheable-request": "^6.0.0",
4040
"decompress-response": "^3.3.0",
4141
"duplexer3": "^0.1.4",
4242
"get-stream": "^4.1.0",

‎test/timings.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ test.after('cleanup', async () => {
1919
});
2020

2121
// #687
22-
test.failing('sensible timings', async t => {
22+
test('sensible timings', async t => {
2323
const {timings} = await got(s.url);
2424
t.true(timings.phases.request < 1000);
2525
});

0 commit comments

Comments
 (0)
Please sign in to comment.