You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-07 13:22:56 +03:00
refactor(test-utils): remove TODO comments and TypeScript ignore directives for socket port (#2915)
This commit is contained in:
@@ -250,8 +250,6 @@ export default class TestUtils {
|
||||
...options.clientOptions,
|
||||
socket: {
|
||||
...options.clientOptions?.socket,
|
||||
// TODO
|
||||
// @ts-ignore
|
||||
port: (await dockerPromise).port
|
||||
}
|
||||
});
|
||||
@@ -325,8 +323,6 @@ export default class TestUtils {
|
||||
...options.clientOptions,
|
||||
socket: {
|
||||
...options.clientOptions?.socket,
|
||||
// TODO
|
||||
// @ts-ignore
|
||||
port: (await dockerPromise).port
|
||||
}
|
||||
}, options.poolOptions);
|
||||
|
Reference in New Issue
Block a user