You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-09 00:22:08 +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,
|
...options.clientOptions,
|
||||||
socket: {
|
socket: {
|
||||||
...options.clientOptions?.socket,
|
...options.clientOptions?.socket,
|
||||||
// TODO
|
|
||||||
// @ts-ignore
|
|
||||||
port: (await dockerPromise).port
|
port: (await dockerPromise).port
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@@ -325,8 +323,6 @@ export default class TestUtils {
|
|||||||
...options.clientOptions,
|
...options.clientOptions,
|
||||||
socket: {
|
socket: {
|
||||||
...options.clientOptions?.socket,
|
...options.clientOptions?.socket,
|
||||||
// TODO
|
|
||||||
// @ts-ignore
|
|
||||||
port: (await dockerPromise).port
|
port: (await dockerPromise).port
|
||||||
}
|
}
|
||||||
}, options.poolOptions);
|
}, options.poolOptions);
|
||||||
|
Reference in New Issue
Block a user