Skip to content

Commit c94fda8

Browse files
committed
fix eslint depraction error
1 parent 5cefbd2 commit c94fda8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unit/ReportUtilsTest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1263,6 +1263,7 @@ describe('ReportUtils', () => {
12631263
},
12641264
} as ReportAction;
12651265

1266+
// eslint-disable-next-line @typescript-eslint/no-deprecated
12661267
const reportName = getReportNameDeprecated(transactionThread, undefined, unreportedTransactionAction);
12671268

12681269
// Should NOT contain HTML tags

0 commit comments

Comments
 (0)