Skip to content
This repository was archived by the owner on Jul 30, 2020. It is now read-only.

Commit 872fdb2

Browse files
authored
docs(readme): add guiding principles header [ci skip]
1 parent ab81838 commit 872fdb2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ test('examples of some things', async () => {
8484
});
8585
```
8686

87+
## Guiding principles
88+
8789
> [The more your tests resemble the way your software is used, the more confidence they can give you.](https://twitter.com/kentcdodds/status/977018512689455106)
8890
8991
We try to only expose methods and utilities that encourage you to write tests that closely resemble

0 commit comments

Comments
 (0)