File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ import { IRemoteFile } from "@zowe/cics-for-zowe-explorer-api";
1313import { RemoteFileMeta } from "../../../src/doc/meta/remoteFile.meta" ;
1414import { Resource } from "../../../src/resources" ;
1515
16+ jest . mock ( "../../../src/utils/profileManagement" , ( ) => ( {
17+ ProfileManagement : { } ,
18+ } ) ) ;
19+
1620describe ( "Remote File Meta" , ( ) => {
1721 let remoteFileMock : Resource < IRemoteFile > ;
1822
You can’t perform that action at this time.
0 commit comments