Patch Changes
-
1a6c6d9: add function overload to startAndWaitForPorts()
You can now use
startAndWaitForPorts({startOptions: {envVars: {FOO:"BAR"}}})
instead ofstartAndWaitForPorts(undefined, {}, {envVars: {FOO:"BAR"}})
, although that is still supported.