Skip to content

Commit

Permalink
Removed unused import
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew W. Harn <[email protected]>
  • Loading branch information
awharn committed Jun 15, 2023
1 parent 8b76178 commit 9652fa9
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ import * as path from "path";
import * as zowe from "@zowe/cli";
import { ProfilesCache } from "../../../src/profiles/ProfilesCache";
import { ZoweExplorerApi } from "../../../src";
import { getSecurityModules } from "../../../src/security/KeytarCredentialManager";
jest.mock("../../../src/security/KeytarCredentialManager");

jest.mock("fs");
jest.mock("@zowe/cli", () => {
Expand Down

0 comments on commit 9652fa9

Please sign in to comment.