MCPcopy
hub / github.com/formatjs/formatjs / bigdecimal.test.ts

File bigdecimal.test.ts

packages/bigdecimal/tests/bigdecimal.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import {describe, expect, it} from 'vitest'
2import {BigDecimal} from '#packages/bigdecimal/index'
3
4describe('BigDecimal', () => {

Callers

nothing calls this directly

Calls 15

isZeroMethod · 0.80
isPositiveMethod · 0.80
isNegativeMethod · 0.80
isNaNMethod · 0.80
isFiniteMethod · 0.80
timesMethod · 0.80
divMethod · 0.80
toNumberMethod · 0.80
plusMethod · 0.80
minusMethod · 0.80
modMethod · 0.80
absMethod · 0.80

Tested by

no test coverage detected