We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8556bbd commit 1ecdd6eCopy full SHA for 1ecdd6e
packages/vsce/__tests__/__unit__/doc/meta.remotefile.test.ts
@@ -13,6 +13,10 @@ import { IRemoteFile } from "@zowe/cics-for-zowe-explorer-api";
13
import { RemoteFileMeta } from "../../../src/doc/meta/remoteFile.meta";
14
import { Resource } from "../../../src/resources";
15
16
+jest.mock("../../../src/utils/profileManagement", () => ({
17
+ ProfileManagement: {},
18
+}));
19
+
20
describe("Remote File Meta", () => {
21
let remoteFileMock: Resource<IRemoteFile>;
22
0 commit comments