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

Commit f43f9eb

Browse files
alanshawdaviddias
authored andcommitted
removes .only
1 parent df0ee38 commit f43f9eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/files.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ describe('.files (the MFS API part)', function () {
6262
})
6363
})
6464

65-
it.only('files.add with empty path and buffer content', (done) => {
65+
it('files.add with empty path and buffer content', (done) => {
6666
const expectedHash = 'QmWfVY9y3xjsixTgbd9AorQxH7VtMpzfx2HaWtsoUYecaX'
6767
const content = Buffer.from('hello')
6868

0 commit comments

Comments
 (0)