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:
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(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user