Skip to content
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

Terminate the test suite within the callback #15

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

smashwilson
Copy link

In atom/github#1664, I'm trying to prevent our test suite from running when the version range specified in the engines field of our package.json doesn't include the version of the host Atom process, so that we can bump the required Atom version without breaking our stable and beta test channels. This is the cleanest way I can think of to stop the test suite from running after buildAtomEnvironment() is available to query for the current version and exit with a 0 status.

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.

None yet

1 participant