(num: string)
| 422 | expect(reformat('12420')).toMatchInlineSnapshot(`12\\,420`); |
| 423 | expect(reformat('7000')).toMatchInlineSnapshot(`7\\,000`); |
| 424 | expect(reformat('12420\\times10^{7}')).toMatchInlineSnapshot( |
| 425 | `124\\,200\\,000\\,000` |
| 426 | ); |
| 427 | expect(reformat('12420.54\\times10^{7}')).toMatchInlineSnapshot( |
| 428 | `124\\,205\\,400\\,000` |
no test coverage detected