Skip to content

Commit 924dafa

Browse files
authored
refactor(test-utils): remove TODO comments and TypeScript ignore directives for socket port (#2915)
1 parent a7c96a0 commit 924dafa

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/test-utils/lib/index.ts

-4
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,6 @@ export default class TestUtils {
250250
...options.clientOptions,
251251
socket: {
252252
...options.clientOptions?.socket,
253-
// TODO
254-
// @ts-ignore
255253
port: (await dockerPromise).port
256254
}
257255
});
@@ -325,8 +323,6 @@ export default class TestUtils {
325323
...options.clientOptions,
326324
socket: {
327325
...options.clientOptions?.socket,
328-
// TODO
329-
// @ts-ignore
330326
port: (await dockerPromise).port
331327
}
332328
}, options.poolOptions);

0 commit comments

Comments
 (0)