Skip to content

Commit

Permalink
changed init.unit.test file
Browse files Browse the repository at this point in the history
Signed-off-by: likhithanimma1 <Likhitha.Nimma@ibm.com>
  • Loading branch information
likhithanimma1 committed Sep 12, 2023
1 parent 3f5f7a4 commit 9590826
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions packages/zowe-explorer/__tests__/__unit__/job/init.unit.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,18 +78,18 @@ describe("Test src/jobs/extension", () => {
name: "zowe.jobs.refreshJobsServer",
mock: [{ spy: jest.spyOn(jobActions, "refreshJobsServer"), arg: [test.value, jobsProvider] }],
},
{
name: "zowe.jobs.sortbyname",
mock: [{ spy: jest.spyOn(jobActions, "sortByName"), arg: [test.value, jobsProvider] }],
},
{
name: "zowe.jobs.sortbyid",
mock: [{ spy: jest.spyOn(jobActions, "sortById"), arg: [test.value, jobsProvider] }],
},
{
name: "zowe.jobs.sortbyreturncode",
mock: [{ spy: jest.spyOn(jobActions, "sortByReturnCode"), arg: [test.value, jobsProvider] }],
},
// {
// name: "zowe.jobs.sortbyname",
// mock: [{ spy: jest.spyOn(jobActions, "sortByName"), arg: [test.value, jobsProvider] }],
// },
// {
// name: "zowe.jobs.sortbyid",
// mock: [{ spy: jest.spyOn(jobActions, "sortById"), arg: [test.value, jobsProvider] }],
// },
// {
// name: "zowe.jobs.sortbyreturncode",
// mock: [{ spy: jest.spyOn(jobActions, "sortByReturnCode"), arg: [test.value, jobsProvider] }],
// },
{
name: "zowe.jobs.refreshAllJobs",
mock: [{ spy: jest.spyOn(refreshActions, "refreshAll"), arg: [jobsProvider] }],
Expand Down

0 comments on commit 9590826

Please sign in to comment.