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

Commit 485ed9f

Browse files
author
Alan Shaw
committed
chore: remove .only
License: MIT Signed-off-by: Alan Shaw <[email protected]>
1 parent ccc2e5e commit 485ed9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/core/swarm.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ describe('swarm', () => {
3838
})
3939

4040
describe('peers', () => {
41-
it.only('should not error when passed null options', (done) => {
41+
it('should not error when passed null options', (done) => {
4242
ipfs.swarm.peers(null, (err) => {
4343
expect(err).to.not.exist()
4444
done()

0 commit comments

Comments
 (0)