Skip to content

Commit 1069bd9

Browse files
tweak: move components __tests__
1 parent f906508 commit 1069bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Greeting/__tests__/Greeting.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import '@testing-library/jest-dom'
22
import { render, screen } from '@testing-library/react'
33
import React from 'react'
44

5-
import Greeting from '../Greeting'
5+
import Greeting from '../index'
66

77
describe('Greeting', () => {
88
test('propsを渡さないとき、worldという文字が表示される', () => {

0 commit comments

Comments
 (0)