MCPcopy
hub / github.com/Effect-TS/effect / expectRoundtrip

Function expectRoundtrip

packages/platform/test/HttpApiError.test.ts:11–13  ·  view source on GitHub ↗
(issue: typeof HttpApiError.Issue.Type)

Source from the content-addressed store, hash-verified

9 const encodeSync = Schema.encodeSync(HttpApiError.Issue)
10 const decodeSync = Schema.decodeSync(HttpApiError.Issue)
11 const expectRoundtrip = (issue: typeof HttpApiError.Issue.Type) => {
12 deepStrictEqual(decodeSync(encodeSync(issue)), issue)
13 }
14
15 expectRoundtrip({
16 _tag: "Pointer",

Callers 1

Calls 1

deepStrictEqualFunction · 0.90

Tested by

no test coverage detected