Skip to content

Commit ee30354

Browse files
authored
Update readme-zh-CN.md
1 parent f41cf45 commit ee30354

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme-zh-CN.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ JS 领域的 CI 指南(9 条)
6262

6363
<br/>
6464

65-
## ⚪️ 0. 黄金法则:设计瘦测试
65+
## ⚪️ 0 黄金法则:设计瘦测试
6666

6767
:white_check_mark: **建议:** 测试代码与生产代码不同,要使它变得极其简单、短小、没有抽象、扁平化、使人愉悦、瘦。一段测试代码需要做到让人一眼就能看出其目的。
6868

@@ -970,7 +970,7 @@ it("When updating site name, get successful confirmation", async () => {
970970

971971
# 第三章: 前端测试
972972

973-
## ⚪ ️ 3.1. 将 UI 与功能分离
973+
## ⚪ ️ 3.1 将 UI 与功能分离
974974

975975
:white_check_mark: **建议:** 当专注于测试组件逻辑时,UI 细节就变成了应该剔除的噪音,这样您的测试就可以集中在纯数据上。实际上,通过抽象从代码中提取所需的数据将降低与图形实现的耦合,仅对纯数据 (vs HTML/CSS 图形细节) 断言,并禁用会拖慢速度的动画。您可能会试图避免渲染,仅测试 UI 后面的部分(例如,服务、操作、存储),但这将导致测试与实际情况不太相符,「正确的数据根本无法到达 UI」这种问题就无法发现。
976976

@@ -1255,7 +1255,7 @@ test('movie title appears', async () => {
12551255

12561256
<br/>
12571257

1258-
## ⚪ ️ 3.5. 观察内容是如何通过网络提供的
1258+
## ⚪ ️ 3.5 观察内容是如何通过网络提供的
12591259

12601260
![](https://img.shields.io/badge/🔧%20Example%20using%20Google%20LightHouse-blue.svg
12611261
"Examples with Lighthouse")

0 commit comments

Comments
 (0)