Skip to content

Commit 1ecdd6e

Browse files
committed
remote file unit test mocks
Signed-off-by: Andrew Twydell <[email protected]>
1 parent 8556bbd commit 1ecdd6e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/vsce/__tests__/__unit__/doc/meta.remotefile.test.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ import { IRemoteFile } from "@zowe/cics-for-zowe-explorer-api";
1313
import { RemoteFileMeta } from "../../../src/doc/meta/remoteFile.meta";
1414
import { Resource } from "../../../src/resources";
1515

16+
jest.mock("../../../src/utils/profileManagement", () => ({
17+
ProfileManagement: {},
18+
}));
19+
1620
describe("Remote File Meta", () => {
1721
let remoteFileMock: Resource<IRemoteFile>;
1822

0 commit comments

Comments
 (0)