1
0
mirror of https://github.com/fluencelabs/js-libp2p synced 2025-03-31 14:51:05 +00:00

fix: remove .only

License: MIT
Signed-off-by: Alan Shaw <alan@tableflip.io>
This commit is contained in:
Alan Shaw 2018-06-28 15:16:19 +01:00 committed by Jacob Heun
parent 27c6587747
commit be9eafe20f

@ -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) => { it('should enable by default a module passed as an object', (done) => {
const mockDiscovery = { const mockDiscovery = {
on: sinon.stub(), on: sinon.stub(),