We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e721112 commit 3332d75Copy full SHA for 3332d75
frontend/__tests__/unit/components/RecentIssues.test.tsx
@@ -1,6 +1,6 @@
1
-import React from 'react'
2
import { render, screen, fireEvent } from '@testing-library/react'
3
import { useRouter } from 'next/navigation'
+import React from 'react'
4
import type { Issue } from 'types/issue'
5
import RecentIssues from 'components/RecentIssues'
6
0 commit comments