Skip to content

Commit b876af0

Browse files
committed
fixup! fixup! fixup! Add writing-tests-guidelines.md (#612)
1 parent 3795a32 commit b876af0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ and before its comparison against the snapshot.
9191
- `props` - The properties passed to the component in the defined
9292
test scenario.
9393

94-
## Formatting and code style
94+
## Formatting and Code Style
9595

9696
### Rules
9797

@@ -108,7 +108,7 @@ visual impact on the appearance of the component.
108108
- For all possible combinations of multiple `propTests` should be used
109109
function `mixPropTests`.
110110

111-
### Formate
111+
### Format
112112

113113
- Prop test variants should be sorted alphabetically. If there are multiple
114114
prop tests like `feedbackColor`, `neutralColor`, etc., they should still be

0 commit comments

Comments
 (0)