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

Commit 45fab1c

Browse files
committed
fix: remove .only
License: MIT Signed-off-by: Alan Shaw <alan@tableflip.io>
1 parent 1b60f24 commit 45fab1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: js/src/ping.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function expectIsPingResponse (obj) {
2323
}
2424

2525
module.exports = (common) => {
26-
describe.only('.ping', function () {
26+
describe('.ping', function () {
2727
let ipfsdA
2828
let ipfsdB
2929

0 commit comments

Comments
 (0)