-
Notifications
You must be signed in to change notification settings - Fork 9
feat: add mandatory test 6.1.27.14 #339
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
base: main
Are you sure you want to change the base?
Conversation
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.
Please adjust the instance path
if (!doc.document.notes?.find((n) => n.category === 'description')) { | ||
ctx.isValid = false | ||
ctx.errors.push({ | ||
instancePath: `/document`, |
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.
instancePath
should point to the notes directly
instancePath: `/document`, | |
instancePath: `/document/notes`, |
Don't forget to update the README - removing it from the known issues and placing it into the supported tests. |
…ath to /document/notes, move 6.1.27.14 to in README to supported tests
0b59d31
to
7df1592
Compare
Coverage after merging 316-mandatory-test-6.1.27.14 into main
Coverage Report
|
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
No description provided.