Skip to content

Commit

Permalink
adding back pluginlifecycle to plugin test. got wires crossed about p…
Browse files Browse the repository at this point in the history
…luginhealthcheck

Signed-off-by: Amber Torrise <[email protected]>
  • Loading branch information
Amber Torrise committed Mar 14, 2024
1 parent 35bad5f commit ec62df2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions __tests__/plughinDef.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ describe("plugin definition", () => {
const pluginDef = require("../src/pluginDef");
expect(pluginDef.name).toBe("zowe-cli-sample");
expect(pluginDef.pluginSummary).toBe("Zowe CLI sample plug-in");
expect(pluginDef.pluginLifeCycle).toContain("LifeCycleForSample");
expect(pluginDef.productDisplayName).toBe("Zowe CLI Sample Plug-in");
expect(pluginDef.rootCommandDescription).toContain("Welcome to the sample plug-in");
});
Expand Down

0 comments on commit ec62df2

Please sign in to comment.