fix(test): remove unused beforeEach import in capa-owner-actions test

This commit is contained in:
2026-07-30 08:43:57 +08:00
parent a4253a80f5
commit 955c49a29d
@@ -1,4 +1,4 @@
import { describe, it, expect, vi, beforeEach } from 'vitest'
import { describe, it, expect, vi } from 'vitest'
import { render, screen } from '@testing-library/react'
import { CapaOwnerActions } from '@/components/capa/capa-owner-actions'