Closed PierreBresson closed 4 years ago
When running test, if you console.log a variable, the result is cutted by the big array (with files tested/not tested in green/red). Would be nice to the see the entire result or remove the array (which is no so usefull to have all the time).
It shouldn't happen in watch mode but maybe it is, I'll take a look and maybe just enable it on the CI.
Indeed, it's happening when I'm doing yarn test -u
yarn test -u
When running test, if you console.log a variable, the result is cutted by the big array (with files tested/not tested in green/red). Would be nice to the see the entire result or remove the array (which is no so usefull to have all the time).