Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
remove no-if
Browse files Browse the repository at this point in the history
  • Loading branch information
vsumner committed Jun 6, 2024
1 parent a36f597 commit a4f227d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/react-i18n/src/tests/i18n.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,6 @@ describe('I18n', () => {
expect(sanitizeSpaces(result)).toBe(expected);
},
);
/* eslint-enable jest/no-if */
});

describe('#formatCurrency() form:explicit', () => {
Expand Down Expand Up @@ -946,7 +945,6 @@ describe('I18n', () => {
expect(sanitizeSpaces(result)).toBe(expected);
},
);
/* eslint-enable jest/no-if */
});

describe('#formatCurrency() form:explicit with negative amount', () => {
Expand Down Expand Up @@ -981,7 +979,6 @@ describe('I18n', () => {
expect(sanitizeSpaces(result)).toBe(expected);
},
);
/* eslint-enable jest/no-if */
});

describe('#formatCurrency() form:none', () => {
Expand Down Expand Up @@ -1080,7 +1077,6 @@ describe('I18n', () => {
expect(sanitizeSpaces(result)).toBe(expected);
},
);
/* eslint-enable jest/no-if */
});

describe('#formatCurrency() form:short with negative amount', () => {
Expand Down Expand Up @@ -1114,7 +1110,6 @@ describe('I18n', () => {
expect(sanitizeSpaces(result)).toBe(expected);
},
);
/* eslint-enable jest/no-if */
});

describe('#unformatCurrency()', () => {
Expand Down

0 comments on commit a4f227d

Please sign in to comment.