Replies: 1 comment 1 reply
-
|
IIRC stdout/stderr are forwarded separately from tests results. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I have tests written in my Scheme interpreter. And I have a weird issue; it looks like a race condition.
This is the output of the tests:
The
t.isis a wrapper that does some comparison, and I added console.log to the first element.Does this output mean that the code executed after the test finished? Or maybe it doesn't matter that all logs are after the title of the test.
Is it possible that the tests from one function execute at the same time as another function?
I'm not sure why the logs are out of sync. Is this something that AVA is doing? I'm trying to debug my code, and I'm trying to rule out the issue with the testing framework I'm using.
Beta Was this translation helpful? Give feedback.
All reactions