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 06bf859 commit af60120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network/agent/agent.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jest.mock('agentkeepalive', () => {
jest.mock('https-proxy-agent', () => mockHttpAgent('https-proxy'))

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

0 comments on commit af60120

Please sign in to comment.