Function
testLayer
(layer: Layer.Layer<Persistence.BackingPersistence, never, SqlClient.SqlClient>)
Source from the content-addressed store, hash-verified
| 20 | ) |
| 21 | |
| 22 | const testLayer = (layer: Layer.Layer<Persistence.BackingPersistence, never, SqlClient.SqlClient>) => |
| 23 | layer.pipe(Layer.provideMerge(ClientLayer)) |
| 24 | |
| 25 | const suite = (name: string, layer: Layer.Layer<Persistence.BackingPersistence, never, SqlClient.SqlClient>) => |
| 26 | it.layer(testLayer(layer))(`Persistence (${name})`, (it) => { |
Tested by
no test coverage detected