We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stream-spec
@dominictarr's stream-spec for testing stream implementations
var WebWorkify = require('webworkify') var WorkerStream = require('../index.js') var spec = require('stream-spec') var worker = WebWorkify(require('./ps-loopback-worker.js')) var workerStream = WorkerStream(worker) spec(workerStream) .through({strict: true}) .validateOnExit()
results in
Uncaught AssertionError: stream *must* have pause
I'm sure there are other assertions once you get past this one.
The text was updated successfully, but these errors were encountered:
Was also trying to run stream-tester but that won't run in the browser
Sorry, something went wrong.
No branches or pull requests
@dominictarr's stream-spec for testing stream implementations
results in
I'm sure there are other assertions once you get past this one.
The text was updated successfully, but these errors were encountered: