(transform)
| 237 | |
| 238 | // Helper: consume a transform through a pipeline to trigger lazy validation. |
| 239 | const consume = (transform) => bytes(pull(from('test'), transform)); |
| 240 | |
| 241 | async function testAsyncValidation() { |
| 242 | // pipeTo signal |
no test coverage detected
searching dependent graphs…