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
License: MIT
Signed-off-by: Alan Shaw <alan@tableflip.io>
  • Loading branch information
alanshaw authored and daviddias committed May 20, 2018
1 parent fc6d301 commit 0e21c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ping.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function isPong (pingResponse) {
return Boolean(pingResponse && pingResponse.time)
}

describe.only('.ping', function () {
describe('.ping', function () {
let ipfs
let ipfsd
let other
Expand Down

0 comments on commit 0e21c8a

Please sign in to comment.