Skip to content

Commit 8cfa6bd

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

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

packages/vsce/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ All notable changes to the "cics-extension-for-zowe" extension will be documente
99
- Bugfix: Refresh CICS Resource Inspector panel after performing action. [#433](https://github.com/zowe/cics-for-zowe-client/issues/433)
1010
- Enhancement: Add Update Credentials option to the Manage Profile menu. [#451](https://github.com/zowe/cics-for-zowe-client/issues/451)
1111
- Enhancement: Improved error message in notification [#453](https://github.com/zowe/cics-for-zowe-client/issues/453)
12-
- Renamed `Local Files` tree to `Files`. [#416](github.com/zowe/cics-for-zowe-client/issues/416)
13-
- Enhancement: Added CICS Remote Files to files tree. [#416](github.com/zowe/cics-for-zowe-client/issues/416)
12+
- Renamed `Local Files` tree to `Files`. [#416](https://github.com/zowe/cics-for-zowe-client/issues/416)
13+
- Enhancement: Added CICS Remote Files to files tree. [#416](https://github.com/zowe/cics-for-zowe-client/issues/416)
1414

1515
## `3.13.2`
1616

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)