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 2338fa1 commit 9c603d8Copy full SHA for 9c603d8
src/content/5/zh/part5c.md
@@ -103,8 +103,8 @@ const Note = ({ note, toggleImportance }) => {
103
104
### Rendering the component for tests
105
106
-<!-- We will write our test in the <i>src/components/Note.test.js</i> file, which is in the same directory as the component itself. -->
107
-我们将在与组件本身位于同一目录的 _src/components/Note.test.js_ 文件中编写测试。
+<!-- We will write our test in the <i>src/components/Note.test.jsx</i> file, which is in the same directory as the component itself. -->
+我们将在与组件本身位于同一目录的 _src/components/Note.test.jsx_ 文件中编写测试。
108
109
<!-- The first test verifies that the component renders the contents of the note: -->
110
第一个测试验证组件是否呈现了注释的内容:
0 commit comments