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 d0694a5 commit ef7a6fdCopy full SHA for ef7a6fd
test/ShowTeamModal.test.tsx
@@ -4,7 +4,7 @@
4
5
import { expect, vi, test } from "vitest"
6
import { render, screen, fireEvent } from "test/utils"
7
-import { ShowTeamModal } from "src/assignments/components/ShowTeamModal"
+import { ShowTeamModal } from "src/tasklogs/components/ShowTeamModal"
8
9
test("renders show team modal", async () => {
10
const curentTeam = {
0 commit comments