Skip to content

Commit

Permalink
Add some test TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Dec 12, 2014
1 parent b4fc90a commit 2bc75e9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions reference-implementation/test/exclusive-stream-reader.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,3 +187,8 @@ test('cancel() on a reader calls this.releaseLock directly instead of cheating',

reader.cancel();
});

// TODO: test that you can read(), get reader and read() from it, release, read() from stream, get another reader and
// read() from it, release, read() from stream.

// TODO: test streams that error

0 comments on commit 2bc75e9

Please sign in to comment.