You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(test-utils): improve handling of running docker containers (open-telemetry#1695)
- Convert the output of run commands to a string that is readable.
- No need to `docker rm ...` test containers for `npm run test:local` usage
because the `docker run --rm ...` option will remove them when stopped.
0 commit comments