Skip to content

Commit 31441c5

Browse files
committed
fixed import bug
1 parent e8d9388 commit 31441c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client/src/adapters/harness.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import {render, within} from "@testing-library/react";
2-
import {createTestingModule} from "packages/server/src/server.testkit";
2+
import {createTestingModule} from "@ts-react-tdd/server/src/server.testkit";
33
import {QueryClient, QueryClientProvider} from "react-query";
44
import {MemoryRouter} from "react-router-dom";
55
import {App} from "../components/App";

0 commit comments

Comments
 (0)