Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
{describe, expect, it} from
'vitest'
2
import
{BigDecimal} from
'#packages/bigdecimal/index'
3
4
describe(
'BigDecimal'
, () => {
Callers
nothing calls this directly
Calls
15
isZero
Method · 0.80
isPositive
Method · 0.80
isNegative
Method · 0.80
isNaN
Method · 0.80
isFinite
Method · 0.80
times
Method · 0.80
div
Method · 0.80
toNumber
Method · 0.80
plus
Method · 0.80
minus
Method · 0.80
mod
Method · 0.80
abs
Method · 0.80
Tested by
no test coverage detected