We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a451af9 commit 995076fCopy full SHA for 995076f
1 file changed
tests/unit/canEditFieldOfMoneyRequestTest.ts
@@ -110,7 +110,6 @@ describe('canEditFieldOfMoneyRequest', () => {
110
const canEditReportField = canEditFieldOfMoneyRequest(reportAction, CONST.EDIT_REQUEST_FIELD.REPORT, undefined, undefined, outstandingReportsByPolicyID);
111
expect(canEditReportField).toBe(true);
112
});
113
-
114
115
116
describe('type is expense', () => {
0 commit comments