Skip to content

Commit

Permalink
remove unused @ts-expect-error
Browse files Browse the repository at this point in the history
  • Loading branch information
JKobrynski committed Dec 20, 2024
1 parent dd65178 commit 289a95c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/actions/EnforceActionExportRestrictions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ describe('ReportUtils', () => {
});

it('does not export getReport', () => {
// @ts-expect-error the test is asserting that it's undefined, so the TS error is normal
expect(ReportUtils.getReport).toBeUndefined();
});

Expand Down

0 comments on commit 289a95c

Please sign in to comment.