All files / repo-tools/src/test-utils streams.ts

0% Statements 0/0
0% Branches 0/0
0% Functions 0/0
0% Lines 0/0

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';