Skip to content

Commit

Permalink
test(money): remove inaccurate comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bashunaimiroy committed Nov 28, 2024
1 parent 6dec9ca commit 368380a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/helpers.money.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,6 @@ describe('formatMoney', () => {
});

it('should show the currency, when the currency does not match locale', () => {
// Note: this is only true for currencies that share a symbol, like "$".
// a currency like GBP will not show the currency; the £ symbol is sufficient
const currencyAndLocaleList = [
{
money: {
Expand Down

0 comments on commit 368380a

Please sign in to comment.