Skip to content

Commit 67726fb

Browse files
authored
refactor(test-utils): remove TODO comments and TypeScript ignore directives for socket port (redis#2915)
1 parent 04317dd commit 67726fb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/test-utils/lib/index.ts

Lines changed: 0 additions & 4 deletions
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)