@cristianrgreco Shouldn't this call `this.stop`? Expected: ```suggestion async [Symbol.asyncDispose]() { await this.stop(); } ``` Actual: https://github.com/testcontainers/testcontainers-node/blob/504de944b2d110264a8ca17062759d23f44c990a/packages/testcontainers/src/generic-container/abstract-started-container.ts#L107-L109 _Originally posted by @joebowbeer in https://github.com/testcontainers/testcontainers-node/pull/1080#discussion_r2632946148_
@cristianrgreco Shouldn't this call
this.stop?Expected:
Actual:
testcontainers-node/packages/testcontainers/src/generic-container/abstract-started-container.ts
Lines 107 to 109 in 504de94
Originally posted by @joebowbeer in #1080 (comment)