MCPcopy Create free account
hub / github.com/formatjs/formatjs / formatRelativeTime.test.ts

File formatRelativeTime.test.ts

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

Source from the content-addressed store, hash-verified

1/* eslint-disable @typescript-eslint/camelcase */
2import {describe, it, expect, beforeEach, afterEach, vi} from 'vitest'
3import {formatRelativeTime as formatRelativeTimeFn} from '#packages/intl/relativeTime'
4import {type IntlConfig, type IntlFormatters} from '#packages/intl/types'

Callers

nothing calls this directly

Calls 2

formatRelativeTimeFunction · 0.90
formatMethod · 0.65

Tested by

no test coverage detected