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

View File

@ -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(),