NomicFoundation / hardhat

Hardhat is a development environment to compile, deploy, test, and debug your Ethereum software.
https://hardhat.org
Other
7.04k stars 1.36k forks source link

Test report spacing when only one test #5369

Closed kanej closed 1 week ago

kanej commented 1 month ago

Running the v-next test report in --test-only mode with only one test shows a large gap in text before the final passing text:

node --import tsx/esm --test --test-only --test-reporter=@nomicfoundation/hardhat-node-test-reporter test/**/*.ts

image

kanej commented 1 week ago

I am unable to reproduce this. Either generally or specifically with only and only one test in the test suite. I am going to close.