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 b3b532c commit 72f2459Copy full SHA for 72f2459
packages/zowe-explorer/__tests__/__unit__/trees/dataset/ZoweDatasetNode.unit.test.ts
@@ -46,8 +46,6 @@ import { ZoweExplorerApiRegister } from "../../../../src/extending/ZoweExplorerA
46
import { SettingsConfig } from "../../../../src/configuration/SettingsConfig";
47
import { MockedProperty } from "../../../__mocks__/mockUtils";
48
import { AuthUtils } from "../../../../src/utils/AuthUtils";
49
-import { ImperativeError } from "@zowe/imperative";
50
-import { error } from "console";
51
52
// Missing the definition of path module, because I need the original logic for tests
53
jest.mock("fs");
0 commit comments