MCPcopy Create free account
hub / github.com/Effect-TS/effect / createErrorAtDifferentLocation1

Function createErrorAtDifferentLocation1

packages/effect/test/Equal.test.ts:952–954  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

950
951 it("should ignore stack traces when comparing Error objects", () => {
952 function createErrorAtDifferentLocation1() {
953 return new Error("same message")
954 }
955
956 function createErrorAtDifferentLocation2() {
957 return new Error("same message")

Callers 1

Equal.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected