Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
szmarczak committed Aug 12, 2021
1 parent cbc8902 commit f6e4bb8
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions test/hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1360,10 +1360,8 @@ test('does not throw on empty body when running afterResponse hooks', withServer
await t.notThrowsAsync(got('', {
hooks: {
afterResponse: [
response => {
return response;
}
]
}
response => response,
],
},
}));
});

0 comments on commit f6e4bb8

Please sign in to comment.