We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10a63e4 commit a07eed2Copy full SHA for a07eed2
test/unit_package_spec.js
@@ -87,7 +87,7 @@ describe('Unit::deployable-ringbuffer', function(){
87
expect( rb.last().toString() ).to.equal( 'test' )
88
})
89
90
- it('should return a write stream', function(){
+ it('should write many times to stream', function(){
91
let rb = new RingBuffer(2)
92
let ws = rb.writeStream()
93
ws.write('test')
0 commit comments