Skip to content
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

"deno test --reporter dot <file>" does not log to console #28263

Open
johndeighan opened this issue Feb 23, 2025 · 1 comment
Open

"deno test --reporter dot <file>" does not log to console #28263

johndeighan opened this issue Feb 23, 2025 · 1 comment

Comments

@johndeighan
Copy link

Version: Deno 2.2.0
NOTE: I'm not using the -q option, which I know will disable output to the console. If I remove the '--reporter dot', which reverts to the default reporter, then console logging is enabled, unless I also use -q. Being able to log to the console is extremely important for debugging unit tests.

@BlackAsLight
Copy link

I don't think the dot format is meant to be used when you want the console output. If you want to only test a particular file then you can pass that file specifically to deno test and if it's a specific test in said file you can use the .only property to filter out the others.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants