This commit is contained in:
Subrahmanyam Mandavilli 2015-12-12 12:35:34 +05:30
Родитель c3d791eb45
Коммит 49f2cd65e4
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -179,7 +179,6 @@ describe("runMain", (): void => {
}).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 => {
getInputStub.withArgs("action", true).returns(actionName);
getCmdCommonArgsStub.returns(commonArgs);