Skip to content

Commit

Permalink
style: update
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Jan 18, 2024
1 parent af60120 commit 6f691da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions network/agent/agent.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ jest.mock('agentkeepalive', () => {
jest.mock('https-proxy-agent', () => mockHttpAgent('https-proxy'))

function mockHttpAgent (type: string) {
return function Agent (opts: any) {
// eslint-disable-line @typescript-eslint/no-explicit-any
return function Agent (opts: any) { // eslint-disable-line @typescript-eslint/no-explicit-any
return {
...opts,
__type: type,
Expand Down

0 comments on commit 6f691da

Please sign in to comment.