Skip to content

Commit 52e0027

Browse files
committed
fix: remove unused screen import to fix build error
1 parent 0ba2bac commit 52e0027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/__tests__/Header.property.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { describe, it, expect } from 'vitest'
22
import * as fc from 'fast-check'
3-
import { render, screen, cleanup } from '@testing-library/react'
3+
import { render, cleanup } from '@testing-library/react'
44
import { Header } from '../Header'
55

66
// Arbitrary for valid URLs

0 commit comments

Comments
 (0)