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 0163621 commit e919b62Copy full SHA for e919b62
src/tests/CxInstallerTest.test.ts
@@ -55,7 +55,7 @@ describe("CxInstaller checkExecutableExists cases", () => {
55
await cxInstallerWindows.downloadIfNotInstalledCLI();
56
});
57
58
- it('CxInstaller checkExecutableExists Windows Successful case', () => {
+ it('CxInstaller checkExecutableExists Windows Fail case', () => {
59
const exists = cxInstallerWindows.checkExecutableExists();
60
expect(exists).toBe(false);
61
0 commit comments