Run a test isolated (prevent entire suite to run) #43518
Unanswered
Warkanlock
asked this question in
General
Replies: 1 comment
-
If you mean Node.js core tests, how to run a single test is documented in https://github.com/nodejs/node/blob/main/BUILDING.md#running-tests. If you mean in a Node.js project in general, it will depend on that project's tooling. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone, new here so question might be a little bit silly,
But, is there a way to run a test isolated just to not run the entire suite all at once?
Regards
Beta Was this translation helpful? Give feedback.
All reactions