Skip to content

Commit

Permalink
removing dup line and requested imperative dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Amber Torrise <at895452@broadcom.net>
  • Loading branch information
Amber Torrise committed Dec 13, 2023
1 parent ca8461b commit 190fa84
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions packages/imperative/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
"prettyjson": "^1.2.2",
"progress": "^2.0.3",
"read": "^1.0.7",
"readline-sync": "^1.4.10",
"semver": "^7.5.2",
"stack-trace": "^0.0.10",
"strip-ansi": "^6.0.1",
Expand All @@ -93,7 +92,6 @@
"@types/npm-package-arg": "^6.1.0",
"@types/pacote": "^11.1.0",
"@types/progress": "^2.0.3",
"@types/readline-sync": "^1.4.3",
"@types/rimraf": "^3.0.2",
"@types/stack-trace": "^0.0.29",
"@zowe/secrets-for-zowe-sdk": "8.0.0-next.202311291643",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ describe("Configuration Secure command handler", () => {
existsSyncSpy.mockClear();
readFileSyncSpy.mockClear();

(params.response.console as any).prompt = jest.fn(() => "fakePromptingData");
setSchemaSpy = jest.spyOn(ImperativeConfig.instance.config, "setSchema");
(params.response.console as any).prompt = jest.fn(() => "fakePromptingData");

Expand Down

0 comments on commit 190fa84

Please sign in to comment.