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
test: replace stdout-stderr with captureOutput and remove dependency
Replace stdout-stderr package with captureOutput from @heroku-cli/test-utils
for cleaner and more consistent test output handling. Converted 7 test files
and removed the stdout-stderr dependency from package.json.
Files converted:
- lib/confirm-command.unit.test.ts
- lib/spaces/peering.unit.test.ts
- lib/spaces/spaces.unit.test.ts
- lib/run/log-displayer.unit.test.ts
- lib/spaces/hosts.unit.test.ts
- lib/data/display-quota.unit.test.ts
- lib/spaces/vpn-connections.unit.test.ts
0 commit comments