Skip to content

Commit

Permalink
Fix title case in testing-overview.md
Browse files Browse the repository at this point in the history
In `testing-overview.md`, the section headings have the first letter capitalized, like "Integration Tests" and "Component Tests". It's inconsistent to have "Unit tests".
  • Loading branch information
JiashengWu committed Sep 14, 2022
1 parent 38cd75a commit 8cea74c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/testing-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ If your test has many steps or many expectations, you probably want to split it

Lastly, as developers we like when our code works great and doesn't crash. With tests, this is often the opposite. Think of a failed test as of a _good thing!_ When a test fails, it often means something is not right. This gives you an opportunity to fix the problem before it impacts the users.

## Unit tests
## Unit Tests

Unit tests cover the smallest parts of code, like individual functions or classes.

Expand Down

0 comments on commit 8cea74c

Please sign in to comment.