Skip to content

Add flag to exit process when mocha finishes #91

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

Merged
merged 1 commit into from
Sep 16, 2018

Conversation

c0d3d
Copy link
Contributor

@c0d3d c0d3d commented Sep 11, 2018

Hello,

Ran into a problem where the plugin didn't kill the process once the tests were complete.
Mocha has a flag to enable this (--exit), and I would like to use it (and I'm sure others would too).

This PR adds a flag to invoke so that the same behavior can be used. The default behavior is still to "hang".

@c0d3d
Copy link
Contributor Author

c0d3d commented Sep 13, 2018

@mpuittinen do you mind taking a look at this?
I need it to complete some testing infrastructure.

Thanks!

@mpuittinen mpuittinen merged commit 7101e8a into nordcloud:master Sep 16, 2018
@mpuittinen
Copy link
Contributor

@c0d3d merged and published in [email protected]

@c0d3d c0d3d deleted the add-exit-flag branch September 16, 2018 12:37
@c0d3d
Copy link
Contributor Author

c0d3d commented Sep 16, 2018

Thank you! This helps me out a lot :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants