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

fix(exit prematurely): exit when no tests were executed #2380

Merged
merged 6 commits into from
Aug 16, 2020

Conversation

nicojs
Copy link
Member

@nicojs nicojs commented Aug 13, 2020

BREAKING CHANGE: Stryker will now exit with exit code 1 when no tests were executed in the initial test run.

@nicojs nicojs merged commit 6885e16 into epic/mutation-switching Aug 16, 2020
@nicojs nicojs deleted the fix/exit-prematurely branch August 16, 2020 19:12
module.exports.add = function(num1, num2) {
return num1 + num2;
};

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are all these new lines necessary tho? :c

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

2 participants