Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytebase/bytebase
/ datetime.test.ts
File
datetime.test.ts
frontend/src/utils/datetime.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ afterEach, beforeEach, describe, expect, test, vi } from
"vitest"
;
2
3
vi.mock(
"@/react/i18n"
, () => ({
4
default: {
Callers
nothing calls this directly
Calls
7
formatRelativeTime
Function · 0.90
formatAbsoluteDateTime
Function · 0.90
formatAbsoluteDate
Function · 0.90
beforeEach
Function · 0.85
afterEach
Function · 0.85
test
Struct · 0.85
humanizeTs
Function · 0.85
Tested by
no test coverage detected