|
@@ -1,9 +1,9 @@
|
|
|
import React from "react";
|
|
|
import { render, waitFor } from "@testing-library/react";
|
|
|
-import ApiInfo from "../components/util/ApiInfo";
|
|
|
-import { getStatus } from "../domain/apiMethods";
|
|
|
+import ApiInfo from "../ApiInfo";
|
|
|
+import { getStatus } from "../../../domain/apiMethods";
|
|
|
|
|
|
-jest.mock("../domain/apiMethods");
|
|
|
+jest.mock("../../../domain/apiMethods");
|
|
|
|
|
|
describe("ApiInfo", () => {
|
|
|
it("renders and matches snapshot", () => {
|