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

Commit 0e21c8a

Browse files
alanshawdaviddias
authored andcommitted
fix: remove .only
License: MIT Signed-off-by: Alan Shaw <[email protected]>
1 parent fc6d301 commit 0e21c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ping.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function isPong (pingResponse) {
2020
return Boolean(pingResponse && pingResponse.time)
2121
}
2222

23-
describe.only('.ping', function () {
23+
describe('.ping', function () {
2424
let ipfs
2525
let ipfsd
2626
let other

0 commit comments

Comments
 (0)