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 0b9a776 commit bfac958Copy full SHA for bfac958
test/unit/registry.js
@@ -155,7 +155,6 @@ describe('registry', () => {
155
deps['./domain/plugins-initialiser'].init.yields(null, 'ok');
156
repositoryInitStub.yields(null, 'ok');
157
deps['./app-start'].yields(null, 'ok');
158
- console.log('LOOL:', deps['./domain/events-handler']);
159
deps['./domain/events-handler'].fire = sinon.stub();
160
161
deps['http'].createServer.returns({
0 commit comments