MCPcopy Create free account
hub / github.com/effect-app/libs / DateTime.test.ts

File DateTime.test.ts

repos/effect/packages/effect/test/DateTime.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it } from "@effect/vitest"
2import { assertNone, assertSome, deepStrictEqual, strictEqual, throws } from "@effect/vitest/utils"
3import { DateTime, Duration, Effect, Option } from "effect"
4import { TestClock } from "effect/testing"

Callers

nothing calls this directly

Calls 12

deepStrictEqualFunction · 0.90
strictEqualFunction · 0.90
assertSomeFunction · 0.90
assertNoneFunction · 0.90
assertSomeIsoFunction · 0.85
setTimeMethod · 0.80
pipeMethod · 0.65
addMethod · 0.65
toJSONMethod · 0.65
makeMethod · 0.65
mapMethod · 0.65
provideMethod · 0.45

Tested by

no test coverage detected