Skip to content

Commit

Permalink
fix: remove .only
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Alan Shaw <alan@tableflip.io>
  • Loading branch information
alanshaw authored and Jacob Heun committed Jun 29, 2018
1 parent 27c6587 commit be9eafe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/peer-discovery.node.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit be9eafe

Please sign in to comment.