Skip to content

Commit

Permalink
update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sdinkov committed Feb 14, 2025
1 parent b55e346 commit 0fc22fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 1 addition & 5 deletions src/modules/data/system/SystemApi.composable.unit.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
import { useErrorHandler } from "@/components/error-handling/ErrorHandler.composable";
import * as serverApi from "@/serverApi/v3/api";
import {
OauthConfigResponse,
PublicSystemResponse,
SystemsApiInterface,
} from "@/serverApi/v3/api";
import { PublicSystemResponse, SystemsApiInterface } from "@/serverApi/v3/api";
import { mockApiResponse } from "@@/tests/test-utils";
import { useSystemApi } from "@data-system";
import { createMock, DeepMocked } from "@golevelup/ts-jest";
Expand Down
1 change: 0 additions & 1 deletion src/store/auth.unit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import { createMock, DeepMocked } from "@golevelup/ts-jest";
import { AxiosError, AxiosInstance } from "axios";
import AuthModule from "./auth";
import EnvConfigModule from "./env-config";
import { System } from "@data-system";

jest.useFakeTimers();

Expand Down

0 comments on commit 0fc22fc

Please sign in to comment.