-
Notifications
You must be signed in to change notification settings - Fork 5
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
Correct tests by sections #61
Conversation
Co-authored-by: Ted Thibodeau Jr <[email protected]>
419eea8
to
1a7e6d4
Compare
@@ -24,7 +25,7 @@ const {match} = endpoints.filterByTag({ | |||
}); | |||
const should = chai.should(); | |||
|
|||
describe('Algorithms - Transformation (eddsa-jcs-2022)', function() { | |||
describe('eddsa-jcs-2022 - Algorithms - Transformation', function() { |
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.
Good move. I like the cryptosuite name first. Thanks!
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.
it matches the original better, perhaps we should make a style guide and ensure cryptosuite is first? Data Integrity still lists itself first. Also, the sections are nice, but are not necessarily sorted alphabetically in the report which is a little annoying.
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.
English lgtm. I cannot judge the code.
Features: