Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prisma/prisma
/ getDayMillis
Function
getDayMillis
packages/cli/src/__tests__/commands/SubCommand.vitest.ts:16–16 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
14
vi.useFakeTimers().setSystemTime(
new
Date(
'2025-01-01'
))
15
16
const
getDayMillis = () =>
new
Date().setHours(0, 0, 0, 0)
17
18
beforeEach(
async
() => {
19
await
rm(join(tmpdir(), `sub-command@0.0.0`), { recursive: true, force: true })
Callers
1
SubCommand.vitest.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected