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

Commit 44cdaed

Browse files
committed
fix: remove .only
1 parent f093698 commit 44cdaed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/src/files.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const tests = (common) => {
6868

6969
after((done) => common.teardown(done))
7070

71-
describe.only('.add', () => {
71+
describe('.add', () => {
7272
it('a Buffer', (done) => {
7373
ipfs.files.add(smallFile.data, (err, filesAdded) => {
7474
expect(err).to.not.exist()

0 commit comments

Comments
 (0)