Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
mdvanes committed Apr 15, 2024
1 parent a4df566 commit c01ce11
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions apps/client/src/Components/Molecules/HomeSec/HomeSec.test.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import { HomesecStatusResponse } from "@homeremote/types";
import { render, screen } from "@testing-library/react";
import { jukeboxApi } from "../../../Services/jukeboxApi";
import { MockStoreProvider } from "../../../testHelpers";
import { FC, ReactNode } from "react";
import HomeSec from "./HomeSec";
import fetchMock, { enableFetchMocks } from "jest-fetch-mock";
import { HomesecStatusResponse, PlaylistsResponse } from "@homeremote/types";
import { FC, ReactNode } from "react";
import { homesecApi } from "../../../Services/homesecApi";
import { MockStoreProvider } from "../../../testHelpers";
import HomeSec from "./HomeSec";

enableFetchMocks();

Expand Down

0 comments on commit c01ce11

Please sign in to comment.