Schedule tests asynchronously #2725
Answered
by
novemberborn
make-github-pseudonymous-again
asked this question in
Q&A
-
I have a use case where I run a test for each line in a file (data, not JS). How should I proceed so that the first test can start executing before I am done reading the file? |
Beta Was this translation helpful? Give feedback.
Answered by
novemberborn
Mar 24, 2021
Replies: 1 comment
-
You can't. Once you start declaring tests, you need to declare all of them synchronously. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
make-github-pseudonymous-again
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can't. Once you start declaring tests, you need to declare all of them synchronously.