Skip to content

Commit 2bc75e9

Browse files
committed
Add some test TODOs
1 parent b4fc90a commit 2bc75e9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

reference-implementation/test/exclusive-stream-reader.js

+5
Original file line numberDiff line numberDiff line change
@@ -187,3 +187,8 @@ test('cancel() on a reader calls this.releaseLock directly instead of cheating',
187187

188188
reader.cancel();
189189
});
190+
191+
// TODO: test that you can read(), get reader and read() from it, release, read() from stream, get another reader and
192+
// read() from it, release, read() from stream.
193+
194+
// TODO: test streams that error

0 commit comments

Comments
 (0)