We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
writing-tests-guidelines.md
1 parent 4789b79 commit 9716472Copy full SHA for 9716472
src/docs/contribute/writing-tests-guidelines.md
@@ -108,6 +108,10 @@ visual impact on the appearance of the component.
108
- For all possible combinations of multiple `propTests` should be used
109
function `mixPropTests`.
110
111
+- When testing different variants of a property, it's important to include
112
+all possible values, even if some are already used in the
113
+default variant of the component.
114
+
115
### Format
116
117
- Prop test variants should be sorted alphabetically. If there are multiple
0 commit comments