Skip to content

Conversation

@gaearon
Copy link
Collaborator

@gaearon gaearon commented May 11, 2017

During Rollup PR, we forgot to pass the error code from the Jest task.
As a result, master currently has a failing test.

The failing test was introduced in #9608.

This PR makes sure we always pass the code down.
It is expected to break CI.

In a followup PR we will look at the root cause.

@gaearon gaearon merged commit cc2450b into facebook:master May 11, 2017
@gaearon gaearon deleted the fix-by-breaking branch May 11, 2017 12:17
console.log('Jest passed!');
}
process.exit(0);
process.exit(code);
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This is the important part, others are just for consistency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants