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

Since v10.0.0 supertape no longer prints ok for passed tests #8

Closed
cloudrac3r opened this issue Feb 27, 2024 · 3 comments
Closed

Since v10.0.0 supertape no longer prints ok for passed tests #8

cloudrac3r opened this issue Feb 27, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@cloudrac3r
Copy link

The problem seems to only happen with --format tap or --format short.

supertape version 9.5.0:

$ supertape --no-check-assertions-count --format tap test/test.js
TAP version 13
# migrate: migration works
ok 1 it did not throw an error
# migrate: migration works the second time
ok 2 it did not throw an error
# orm: select: get works
ok 3 should equal

supertape version 10.0.0 and 10.2.0:

$ supertape --no-check-assertions-count --format tap test/test.js
# migrate: migration works
# migrate: migration works the second time
# orm: select: get works

I expected the output to have lines starting with ok.

@coderaiser
Copy link
Owner

Looks like it is related with worker thread that make ui more robust, could you please try to pass —-no-worker flag is it works this way?

@coderaiser coderaiser added the bug Something isn't working label Feb 28, 2024
coderaiser added a commit that referenced this issue Feb 28, 2024
@coderaiser
Copy link
Owner

Just fixed in v10.2.1 🎉. Is it works for you?

@cloudrac3r
Copy link
Author

Thanks so much, it works for me!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants