-
Notifications
You must be signed in to change notification settings - Fork 706
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
Fix: Summary formatter always used #1290
Conversation
@@ -45,3 +45,11 @@ the `summary` formatter: | |||
"formatters": ["summary"] | |||
} | |||
``` | |||
|
|||
> Note: If you define the property `formatters` when extending |
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.
Remove >
a configuration, the formatters in the configuration will be | ||
replaced with the value you have defined. | ||
|
||
> Note: If you define the property `parsers` when extending a |
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.
Remove >
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.
Also maybe have Notes:
and then a list.
@sarvaje Some tests don't pass. |
@alrra this is ready for another review |
Fix #1273
Pull request checklist
Make sure you:
For non-trivial changes, please make sure you also:
Short description of the change(s)