MCPcopy Create free account
hub / github.com/effect-app/libs / testLayer

Function testLayer

repos/effect/packages/sql/sqlite-node/test/Persistence.test.ts:21–22  ·  view source on GitHub ↗
(layer: Layer.Layer<Persistence.BackingPersistence, never, SqlClient.SqlClient>)

Source from the content-addressed store, hash-verified

19 Layer.provide([NodeFileSystem.layer, Reactivity.layer])
20)
21
22const testLayer = (layer: Layer.Layer<Persistence.BackingPersistence, never, SqlClient.SqlClient>) =>
23 layer.pipe(Layer.provideMerge(ClientLayer))
24
25const suite = (name: string, layer: Layer.Layer<Persistence.BackingPersistence, never, SqlClient.SqlClient>) =>

Callers 2

suiteFunction · 0.70

Calls 1

pipeMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…