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

ignore the sort in help-search more broadly #2574

Merged

Conversation

isaacs
Copy link
Contributor

@isaacs isaacs commented Jan 29, 2021

It turns out that the other stuff in those objects might also be in
random order, so this is still triggering CI coverage failures, albeit
more rarely than it used to.

Just ignore the whole sort function. It's fine, we implicitly assert on
the sortedness in the test, so we know that it is doing its job.

References

@isaacs isaacs requested a review from a team as a code owner January 29, 2021 17:55
@darcyclarke darcyclarke added Release 7.x work is associated with a specific npm 7 release release: next These items should be addressed in the next release labels Feb 1, 2021
It turns out that the other stuff in those objects might also be in
random order, so this is still triggering CI coverage failures, albeit
more rarely than it used to.

Just ignore the whole sort function.  It's fine, we implicitly assert on
the sortedness in the test, so we know that it is doing its job.

PR-URL: #2574
Credit: @isaacs
Close: #2574
Reviewed-by: @nlf
@isaacs isaacs changed the base branch from latest to release/7.5.1 February 1, 2021 19:58
@isaacs isaacs force-pushed the isaacs/broader-istanbul-ignore-in-help-search branch from e19a8df to 7898f23 Compare February 1, 2021 19:58
@isaacs isaacs merged commit 7898f23 into release/7.5.1 Feb 1, 2021
@nlf nlf deleted the isaacs/broader-istanbul-ignore-in-help-search branch March 28, 2022 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release: next These items should be addressed in the next release Release 7.x work is associated with a specific npm 7 release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants