Skip to content

Commit

Permalink
Remove Theia Support
Browse files Browse the repository at this point in the history
Signed-off-by: Likhitha Nimma <[email protected]>
  • Loading branch information
likhithanimma1 committed Jan 29, 2024
1 parent 65d59a7 commit 5f6bc4c
Show file tree
Hide file tree
Showing 25 changed files with 3,135 additions and 3,935 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -695,11 +695,11 @@ describe("UnixCommand Actions Unit Testing", () => {
],
}),
loadSecureArg: jest.fn().mockReturnValue(undefined),
} as any)
}
})
} as any),
};
}),
});
await (unixActions as any).getSshProfile();
expect(showErrorMessage.mock.calls[0][0]).toEqual("Credentials are missing for SSH profile");
})
});
});
Loading

0 comments on commit 5f6bc4c

Please sign in to comment.