Skip to content

Commit cc8194c

Browse files
authored
docs: link to article for elaborated explanation (#33)
1 parent 41bcaec commit cc8194c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/style-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1699,7 +1699,7 @@ describe('LoginForm', () => {
16991699
})
17001700
```
17011701

1702-
### Avoid Nesting Tests
1702+
### [Avoid Nesting Tests](https://kentcdodds.com/blog/avoid-nesting-when-youre-testing)
17031703

17041704
Keep your tests flat. Nesting makes tests harder to understand and maintain.
17051705

0 commit comments

Comments
 (0)