Skip to content

Commit 871353e

Browse files
committed
chore: adjust types of tests
1 parent b11220f commit 871353e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/react/testing/introduction.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ Testing is an important part of the development process, and it helps to ensure
1616

1717
There are two types of tests that can be written:
1818

19-
**Unit Tests**: Unit tests are used to test individual functions and components in isolation. They can be written using tools such as [Jest](https://jestjs.io) and [React Testing Library](https://testing-library.com).
19+
**Unit Tests**: Unit tests are used to test individual functions and components in isolation. [Jest](https://jestjs.io) and [React Testing Library](https://testing-library.com) are commonly used for unit testing.
2020

21-
**Integration Tests**: Integration tests are used to test how different components work together. They can be written using tools such as [Cypress](https://www.cypress.io) or [Playwright](https://playwright.dev).
21+
**Integration Tests**: Integration tests are used to test how different components work together. [Cypress](https://www.cypress.io) or [Playwright](https://playwright.dev) are commonly used for integration testing.

0 commit comments

Comments
 (0)