| 1 | import Decimal from '@formatjs/bigdecimal' |
| 2 | import {ToRawFixed} from '#packages/ecma402-abstract/NumberFormat/ToRawFixed' |
| 3 | import {expect, it, test} from 'vitest' |
| 4 | test('ToRawFixed(9.99, 0, 1)', () => { |
nothing calls this directly
no test coverage detected