We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7c96a0 commit 924dafaCopy full SHA for 924dafa
packages/test-utils/lib/index.ts
@@ -250,8 +250,6 @@ export default class TestUtils {
250
...options.clientOptions,
251
socket: {
252
...options.clientOptions?.socket,
253
- // TODO
254
- // @ts-ignore
255
port: (await dockerPromise).port
256
}
257
});
@@ -325,8 +323,6 @@ export default class TestUtils {
325
323
326
324
327
328
329
330
331
332
}, options.poolOptions);
0 commit comments