Skip to content

Commit 9716472

Browse files
committed
fixup! Add writing-tests-guidelines.md (#612)
1 parent 4789b79 commit 9716472

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/docs/contribute/writing-tests-guidelines.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,10 @@ visual impact on the appearance of the component.
108108
- For all possible combinations of multiple `propTests` should be used
109109
function `mixPropTests`.
110110

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+
111115
### Format
112116

113117
- Prop test variants should be sorted alphabetically. If there are multiple

0 commit comments

Comments
 (0)