We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27c6587 commit be9eafeCopy full SHA for be9eafe
test/peer-discovery.node.js
@@ -59,7 +59,7 @@ describe('peer discovery', () => {
59
})
60
}
61
62
- describe.only('module registration', () => {
+ describe('module registration', () => {
63
it('should enable by default a module passed as an object', (done) => {
64
const mockDiscovery = {
65
on: sinon.stub(),
0 commit comments