We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3e08a8 commit 2338fa1Copy full SHA for 2338fa1
src/content/5/zh/part5c.md
@@ -61,7 +61,7 @@ afterEach(() => {
61
```
62
63
<!-- Now, after each test, the function _cleanup_ is performed that resets the jsdom that is simulating the browser. -->
64
-现在,在每个测试之后,将执行_reset_函数,该函数重置了模拟浏览器的jsdom。
+现在,在每个测试之后,将执行_cleanup_函数,该函数重置了模拟浏览器的jsdom。
65
66
<!-- Expand the _vite.config.js_ file as follows -->
67
将_vite.config.js_文件扩展如下:
0 commit comments