Replies: 1 comment
-
|
This is just how Node.js console works. You can use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, and thank you for your assistance. I've been using Vitest well.
I noticed a discussion related to console.log items in Vitest on GitHub. From what I gathered, there seemed to be an improvement to remove the limit on the number of items shown in console.log. However, when I tested it, it appears that only about 100 items are displayed.
Is there a way to view the entire log without restricting the number of items, perhaps using an alternative method to console.log?
Beta Was this translation helpful? Give feedback.
All reactions