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 committed May 16, 2018
1 parent 1b60f24 commit 45fab1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/ping.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function expectIsPingResponse (obj) {
}

module.exports = (common) => {
describe.only('.ping', function () {
describe('.ping', function () {
let ipfsdA
let ipfsdB

Expand Down

0 comments on commit 45fab1c

Please sign in to comment.