-
Notifications
You must be signed in to change notification settings - Fork 109
feat/translate docs/testing.md #159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat/translate docs/testing.md #159
Conversation
❌ Deploy Preview for vi-reactjs-org failed. 🔨 Explore the source changes: bb8cb15 🔍 Inspect the deploy log: https://app.netlify.com/sites/vi-reactjs-org/deploys/6141852ed24c0a00078633f9 |
content/docs/testing.md
Outdated
@@ -7,34 +7,43 @@ redirect_from: | |||
next: testing-recipes.html | |||
--- | |||
|
|||
You can test React components similar to testing other JavaScript code. | |||
Bạn có thể kiểm tra các React component tương tự như việc kiểm tra những code Javascript khác. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Từ "test" có thể giữ nguyên bạn nhé.
content/docs/testing.md
Outdated
|
||
There are a few ways to test React components. Broadly, they divide into two categories: | ||
Có một số cách để testing các React component. Nói chung, chúng được chia thành 2 thành phần: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
categories -> 2 loại có vẻ hợp lý hơn nè
content/docs/testing.md
Outdated
* **Rendering component trees** in a simplified test environment and asserting on their output. | ||
* **Running a complete app** in a realistic browser environment (also known as “end-to-end” tests). | ||
* **Rendering component trees** trong một môi trường test được đơn giản hóa và khẳng định trên kết quả đầu ra của chúng. | ||
* **Running a complete app** trong một môi trường trình duyệt thực tế (hay còn được gọi là “end-to-end” tests). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Những từ trong ** là in đậm, bạn giúp mình dịch luôn nhé.
No description provided.