()
| 933 | * |
| 934 | * // Create a test layer with specific behaviors |
| 935 | * const testLayer = FileSystem.layerNoop({ |
| 936 | * readFileString: (path) => Effect.succeed("mocked content"), |
| 937 | * exists: () => Effect.succeed(true) |
| 938 | * }) |
| 939 | * |
| 940 | * const program = Effect.gen(function*() { |
no outgoing calls
no test coverage detected
searching dependent graphs…