Skip to content

Commit

Permalink
[core] Fix merge conflict between #26954 and #26874
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jun 27, 2021
1 parent b65c802 commit c646b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils/describeConformanceV5.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import {
* @property {Array<keyof typeof fullSuite>} [skip] - Skip the specified tests
* @property {string} [testComponentsRootPropWith] - The host component that should be rendered instead.
* @property {{ slotName: string, slotClassName: string }} [testDeepOverrides]
* @property {{ prop?: string, value?: string, styleKey: string }} [testStateOverrides]
* @property {{ prop?: string, value?: any, styleKey: string }} [testStateOverrides]
* @property {object} [testVariantProps]
*/

Expand Down

0 comments on commit c646b13

Please sign in to comment.