-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TransformStream: return promise from transformer.start()
Now all 3 transformer methods are promise-ified.
- Loading branch information
isonmad
committed
Sep 21, 2016
1 parent
ccb6dfe
commit cad1cc1
Showing
2 changed files
with
128 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
It's not obvious to me why this is not okay. Would it be possible to change the test description to describe the correctness invariant that is being enforced?