Erik Engervall

Results 23 comments of Erik Engervall
trafficstars

@Nevon any insight on this?

Hey, I see. It could potentially be useful indeed. However, if you only need this type in a few places, the type is fairly easily extracted in TS: ```ts const...

> I think it would be good to mention this in the docs and in the usage examples, or even better - consider implementing the memoization for getRegistryId and register...

> Have you figured out how to run the unit tests on this project? The unit tests for this project are in fact integration tests, and are run using the...

> **Is your feature request related to a problem? Please describe.** > Setting jest as a peer dependency would make it so that consumers dont install breaking versions of jest...

Odd, this should be catched by https://github.com/erikengervall/dockest/blob/ade90b9ed9d6999456822ef170786abd1f3d6b65/packages/dockest/src/run/bootstrap/setupExitHandler.ts#L101-L120 Unless the `setupExitHandler` is never invoked 😕

> could it be possible because of > > https://github.com/erikengervall/dockest/blob/ade90b9ed9d6999456822ef170786abd1f3d6b65/packages/dockest/src/run/bootstrap/setupExitHandler.ts#L105 > > > being an async function and therefore not executed immediately? That could definitely be the case. I'm not...

> Describe the solution you'd like > Stop/remove containers anyway. --- > Indeed, I think the reason was that I called `process.exit()` directly and did use `runInBand`. > > If...

> Do you intend dockest primarily for usage in CI? The initial purpose for `dockest` was to replace tedious/flaky bash scripts for managing containers. It has thus far focused primarily...

Hey @joaomilho 👋🏼 > I have a peculiar use case, where I'm using dockest for the _validation_ of service APIs. In this context, I would like to tap into the...