Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 | // We want to export the TestDuplexStream without exposing it via the streams package.
// We make this export here instead of index.ts to avoid creating circular dependencies
// in the tests of the streams package.
export { TestDuplexStream } from '../../../streams/test/stream-mocks.ts';
|