Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 49aaccc

Browse files
committed
fix: remove .only
License: MIT Signed-off-by: Alan Shaw <[email protected]>
1 parent 9bf80b8 commit 49aaccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/core/ping.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function spawnNode ({ dht = false }, cb) {
3232
}, cb)
3333
}
3434

35-
describe.only('ping', function () {
35+
describe('ping', function () {
3636
this.timeout(60 * 1000)
3737

3838
if (!isNode) return

0 commit comments

Comments
 (0)