Skip to content

Commit

Permalink
remove 'eslint-disable-next-line' comment.
Browse files Browse the repository at this point in the history
Signed-off-by: krishna2323 <belivethatkg@gmail.com>
  • Loading branch information
Krishna2323 committed Nov 20, 2024
1 parent 7d32b41 commit 716c953
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit/ReportActionsUtilsTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,6 @@ describe('ReportActionsUtils', () => {
const result = ReportActionsUtils.getSortedReportActionsForDisplay(input, false);
// The output should correctly filter out the actionable whisper types for "join," "invite," and "create room" because the report is archived.
// Taking these actions not only doesn't make sense from a UX standpoint, but also leads to server errors since such actions are not possible.
// eslint-disable-next-line rulesdir/prefer-at
const expectedOutput: ReportAction[] = input.filter(
(action) =>
action.actionName !== CONST.REPORT.ACTIONS.TYPE.ACTIONABLE_REPORT_MENTION_WHISPER &&
Expand Down

0 comments on commit 716c953

Please sign in to comment.