Skip to content

Commit 72e02ae

Browse files
removed comment
1 parent 5ae4722 commit 72e02ae

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/tests/PredicateTest.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,12 @@ describe("Triage cases", () => {
8080
let errorShow = false;
8181
let errorUpdate = false;
8282
try {
83-
// @ts-ignore
8483
const cxShow: CxCommandOutput = await auth.triageSCAShow(undefined, undefined, undefined);
8584
expect(cxShow.exitCode).not.toEqual(0);
8685
} catch (e) {
8786
errorShow = true;
8887
}
8988
try {
90-
// @ts-ignore
9189
const cxUpdate: CxCommandOutput = await auth.triageSCAUpdate(undefined, undefined, undefined, undefined, undefined);
9290
expect(cxUpdate.exitCode).not.toEqual(0);
9391
} catch (e) {

0 commit comments

Comments
 (0)