-
Notifications
You must be signed in to change notification settings - Fork 9
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
Updates to Rulesets, Tests, & Functions #25
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.
lg2m except some minor issues
beforeAll(() => { | ||
spectral = prepLinter(ruleset, ruleName); | ||
}); | ||
test('should throw an error if ...', async () => { |
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.
... need to be replaced with real content.
z_tester.yaml
Outdated
@@ -0,0 +1,449 @@ | |||
openapi: 3.0.0 |
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.
this file seems useless?
Updates the module.exports to export default and the require to imports
Extracts commonAbbreviates to it's own file instead of object in js file
Adds new documentation rules & supporting functions