Skip to content

Commit be9eafe

Browse files
alanshawJacob Heun
authored andcommitted
fix: remove .only
License: MIT Signed-off-by: Alan Shaw <[email protected]>
1 parent 27c6587 commit be9eafe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/peer-discovery.node.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ describe('peer discovery', () => {
5959
})
6060
}
6161

62-
describe.only('module registration', () => {
62+
describe('module registration', () => {
6363
it('should enable by default a module passed as an object', (done) => {
6464
const mockDiscovery = {
6565
on: sinon.stub(),

0 commit comments

Comments
 (0)