-
Notifications
You must be signed in to change notification settings - Fork 3
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
Instruct the test suite to run only one test #1
Comments
There's no built-in way to do this. I guess the easiest solution is to simply edit the code:
Just change |
Do you have any pointers on being able to write information to debug. as writing to standard out is no longer available |
To quote the last line of the readme:
Let's hope I actually implemented that. |
I tried that and didn't see anything in my terminal. But there was quite a lot of test output that lead to my first question. I will try again and maybe have a poke around in the source if need be. It's along time since I've done any JS in anger but I am sure it can come back to me. |
Super late to this party but for future travlers I can confirm: writing to stderr works. |
I'm trying to run this test suite over my implementation of the handshake. It is quite noisy to debug. Is there a way to instruct this suite to run only one test
The text was updated successfully, but these errors were encountered: