-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Get JavaScript to parity with Java #62
Conversation
# Conflicts: # javascript/package-lock.json # javascript/package.json
id: string | number | ||
} | ||
|
||
export function comparatorById(a: WithId, b: WithId) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see where this is used.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah never mind. Git collapsed the file that used it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
🤔 What's changed?
This adds new methods to the JavaScript implementation to match the ones recently added for Java.
We're also making a couple of changes on the Java side for the better:
Finally, update the Node.js versions we test with to match the current LTS landscape.
⚡️ What's your motivation?
These methods will help drive the test case-centric reporting needed for the JUnit formatter and the reimagined HTML formatter. These should be powerful for users creating their own message-based formatters too.
🏷️ What kind of change is this?
📋 Checklist:
This text was originally generated from a template, then edited by hand. You can modify the template here.