Replies: 2 comments 4 replies
-
Seems fine. Ideally ofc, test can kill everything that is launched, but this is above my knowledge level on how to achieve it. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I think this boilerplate isn't really necessary. All we need is the |
Beta Was this translation helpful? Give feedback.
3 replies
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.
-
Currently, to ensure killing a process (in a test, usually), we need the following:
This feels a little bit like boilerplate. We should consider adding a
kill
script verb to replace all of the above withBeta Was this translation helpful? Give feedback.
All reactions