Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/observablehq/framework
/ format-test.ts
File
format-test.ts
test/format-test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
assert from
"node:assert"
;
2
import
{formatByteSize, formatIsoDate, formatLocaleDate} from
"../src/format.js"
;
3
4
describe(
"formatIsoDate"
, () => {
Callers
nothing calls this directly
Calls
3
formatIsoDate
Function · 0.85
formatLocaleDate
Function · 0.85
formatByteSize
Function · 0.85
Tested by
no test coverage detected