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

Commit

Permalink
fix: remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Feb 12, 2018
1 parent f093698 commit 44cdaed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/files.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const tests = (common) => {

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

describe.only('.add', () => {
describe('.add', () => {
it('a Buffer', (done) => {
ipfs.files.add(smallFile.data, (err, filesAdded) => {
expect(err).to.not.exist()
Expand Down

0 comments on commit 44cdaed

Please sign in to comment.