Skip to content

Commit

Permalink
fix: TodoForm.test.tsxにbeforeEachをインポートに追加
Browse files Browse the repository at this point in the history
  • Loading branch information
User committed Jan 12, 2026
1 parent 546577f commit aeb1860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/components/TodoForm.test.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { describe, it, expect, vi } from 'vitest'
import { describe, it, expect, vi, beforeEach } from 'vitest'
import { render, screen, waitFor } from '@testing-library/react'
import userEvent from '@testing-library/user-event'
import TodoForm from '@/components/TodoForm'
Expand Down

0 comments on commit aeb1860

Please sign in to comment.