Skip to content

v0.2.14

Choose a tag to compare

@github-actions github-actions released this 20 Jul 02:27
· 4 commits to main since this release
be198b7

Patch Changes

  • #103 f982fa0 Thanks @jxom! - Added Sweep.compose to prool/testcontainers for removing Compose containers and networks orphaned by interrupted runs.

    import { Sweep } from "prool/testcontainers";
    
    await Sweep.compose({ composeFile: "test/compose.yaml" });