Skip to content

Commit

Permalink
avoid TS6133
Browse files Browse the repository at this point in the history
  • Loading branch information
psteniusubi authored and m00sey committed Sep 8, 2023
1 parent 8332406 commit 499d060
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/app/apping.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ describe('Controller', () => {
isith: ["1"],
nsith: ["1"]
};
args !== null; // avoids TS6133
})

it('RotateIdentifierArgs', () => {
Expand All @@ -43,6 +44,7 @@ describe('Controller', () => {
args = {
nsith: ["1"]
};
args !== null; // avoids TS6133
})


Expand Down

0 comments on commit 499d060

Please sign in to comment.