Skip to content

Commit

Permalink
update docusaurus
Browse files Browse the repository at this point in the history
  • Loading branch information
mkosir committed Jan 28, 2024
1 parent feb4d80 commit c1e0ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,7 @@ Automated test comes with benefits that helps us write better code and makes it
- Don't test implementation details. When refactoring code, tests shouldn't change.
- Don't re-test the library/framework.
- Don't mandate 100% code coverage for applications.
- Don't test third-party dependencies. Only test what you control. Don't try to test links to external sites or third party servers that you do not control.
- Don't test third-party dependencies. Only test what your team controls (package, API, microservice etc.). Don't test external sites links, third party servers, packages etc.
- Don't test just to test.
```ts
Expand Down

0 comments on commit c1e0ab3

Please sign in to comment.