Skip to content

Commit 2338fa1

Browse files
authored
Update zh/part5c.md: unmatched text
Change the function name in the text from 'reset' to 'cleanup'
1 parent b3e08a8 commit 2338fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/5/zh/part5c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ afterEach(() => {
6161
```
6262

6363
<!-- Now, after each test, the function _cleanup_ is performed that resets the jsdom that is simulating the browser. -->
64-
现在,在每个测试之后,将执行_reset_函数,该函数重置了模拟浏览器的jsdom。
64+
现在,在每个测试之后,将执行_cleanup_函数,该函数重置了模拟浏览器的jsdom。
6565

6666
<!-- Expand the _vite.config.js_ file as follows -->
6767
将_vite.config.js_文件扩展如下:

0 commit comments

Comments
 (0)