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

Commit aeb91e3

Browse files
committed
remove debug comment
1 parent c5dfe71 commit aeb91e3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test-exporter.js

-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ module.exports = function (repo) {
8787
expect(err).to.not.exist
8888
})
8989
testExport.pipe(concat((files) => {
90-
// expect(files).to.deep.equal([])
9190
expect(files[0].path).to.equal('QmWChcSFMNcFkfeJtNd8Yru1rE6PhtCRfewi1tMwjkwKjN/200Bytes.txt')
9291
expect(files[1].path).to.equal('QmWChcSFMNcFkfeJtNd8Yru1rE6PhtCRfewi1tMwjkwKjN/dir-another')
9392
expect(files[2].path).to.equal('QmWChcSFMNcFkfeJtNd8Yru1rE6PhtCRfewi1tMwjkwKjN/level-1/200Bytes.txt')

0 commit comments

Comments
 (0)