UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

10 lines (7 loc) 206 B
import { Transform } from 'stream' const through = require('through') export function passthruStream (): Transform { return through(function (this: InternalStream, chunk) { this.queue(chunk) }) }