Skip to content

Commit

Permalink
Run skuba format
Browse files Browse the repository at this point in the history
  • Loading branch information
seek-oss-ci committed Jan 15, 2024
1 parent 2d88f6d commit f3baa50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wrapper/main.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jest.mock('../utils/logging');
const initWrapper = (entryPoint: string) =>
main(path.join('src', 'wrapper', 'testing', entryPoint), '8080');

let agent: ReturnType<typeof request['agent']>;
let agent: ReturnType<(typeof request)['agent']>;

const startServer = jest
.spyOn(http, 'startServer')
Expand Down

0 comments on commit f3baa50

Please sign in to comment.