-
Notifications
You must be signed in to change notification settings - Fork 1.4k
No log output #1844
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I assume this is because the default reporter only shows details for failed tests. The logs should show up if you use Though I would have expected (I'm closing this issue for housekeeping purposes, but let's keep the conversation going.) |
console.log should always show up by default. This is bad behavior. When we add a console.log we always expect to be able to see it. |
it works, thank you! |
Description
I try to log values for debugging with
t.log
andconsole.log
, but they're not showing up in the terminal.Test Source
Error Message & Stack Trace
Sometimes:
Config
Copy the relevant section from
package.json
:Command-Line Arguments
Environment
The text was updated successfully, but these errors were encountered: