Skip to content

v0.0.28

Choose a tag to compare

@emily-shen emily-shen released this 03 Sep 10:41
· 151 commits to main since this release
feab875

Patch Changes

  • 1a6c6d9: add function overload to startAndWaitForPorts()

    You can now use startAndWaitForPorts({startOptions: {envVars: {FOO:"BAR"}}}) instead of startAndWaitForPorts(undefined, {}, {envVars: {FOO:"BAR"}}), although that is still supported.