Skip to content

Commit 1d7b478

Browse files
committed
Reversal of incorrect typo correction
1 parent 8252791 commit 1d7b478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/intro-to-storybook/react/ko/composite-component.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ export default function TaskList({ loading, tasks, onPinTask, onArchiveTask }) {
242242

243243
`src/components/TaskList.test.js`라는 테스트 파일을 만들어주세요. 여기서 출력 값을 검증하는 테스트를 만들어보겠습니다.
244244

245-
```jsx:title=src/components/TaskList.test.js
245+
```js:title=src/components/TaskList.test.js
246246
import { render } from '@testing-library/react';
247247

248248
import { composeStories } from '@storybook/testing-react';

0 commit comments

Comments
 (0)