diff --git a/test/peer-discovery.node.js b/test/peer-discovery.node.js index 05298de0e4..891e6dfec0 100644 --- a/test/peer-discovery.node.js +++ b/test/peer-discovery.node.js @@ -59,7 +59,7 @@ describe('peer discovery', () => { }) } - describe.only('module registration', () => { + describe('module registration', () => { it('should enable by default a module passed as an object', (done) => { const mockDiscovery = { on: sinon.stub(),