Removed unnecessary comment
This commit is contained in:
Родитель
c3d791eb45
Коммит
49f2cd65e4
|
@ -179,7 +179,6 @@ describe("runMain", (): void => {
|
||||||
}).done(done);
|
}).done(done);
|
||||||
});
|
});
|
||||||
|
|
||||||
// Should not log telemetry point if the error message does not have line break (\n)
|
|
||||||
it("Should exit with 1 and log telemetry point for expected failure in command line tool", (done): void => {
|
it("Should exit with 1 and log telemetry point for expected failure in command line tool", (done): void => {
|
||||||
getInputStub.withArgs("action", true).returns(actionName);
|
getInputStub.withArgs("action", true).returns(actionName);
|
||||||
getCmdCommonArgsStub.returns(commonArgs);
|
getCmdCommonArgsStub.returns(commonArgs);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче