Describe the bug
I've just noticed that long command output (~8000 lines, where each line is a unit test that's been executed) is trimmed. The beginning of the output is missing in the block. Not sure if this behavior is intentional or not, but it would be helpful if there was a setting that allows unlimited output.
To Reproduce
Steps to reproduce the behavior:
- Clone https://github.com/pnp/cli-microsoft365
- Restore deps (
npm i)
- Build (
npm run build)
- Run tests (
npm test)
- Notice that the beginning of the output is trimmed (output starts mid-test suite)
Expected behavior
Full command output visible in the terminal
Screenshots

Desktop (please complete the following information):
Additional context
n/a
Describe the bug
I've just noticed that long command output (~8000 lines, where each line is a unit test that's been executed) is trimmed. The beginning of the output is missing in the block. Not sure if this behavior is intentional or not, but it would be helpful if there was a setting that allows unlimited output.
To Reproduce
Steps to reproduce the behavior:
npm i)npm run build)npm test)Expected behavior
Full command output visible in the terminal
Screenshots

Desktop (please complete the following information):
Additional context
n/a