Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 94c6f85

Browse files
committed
fix: add refsReadableStream to sub-modules spec
1 parent dc6c735 commit 94c6f85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/sub-modules.spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ describe('submodules', () => {
185185
expect(filesRegular.lsPullStream).to.be.a('function')
186186
expect(filesRegular.refs).to.be.a('function')
187187
expect(filesRegular.refs.local).to.be.a('function')
188+
expect(filesRegular.refsReadableStream).to.be.a('function')
188189
expect(filesRegular.refsPullStream).to.be.a('function')
189190
})
190191

0 commit comments

Comments
 (0)