File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -74,10 +74,6 @@ describe('Docker Events', function () {
7474 afterEach ( dockerEvents . close . bind ( dockerEvents ) ) ;
7575
7676 it ( 'should not process and error should be logged' , function ( done ) {
77- // NOTE: this is very experimental way to test our code.
78- // we patch debug here and ensure that debug was called with proper message
79- // I'd prefer handleDie accepts callback, but it was discussed with tj and
80- // decided against callbacks
8177 var requireInject = require ( 'require-inject' ) ;
8278 var count = 0 ;
8379 var de = requireInject ( 'models/events/docker' , {
@@ -118,10 +114,6 @@ describe('Docker Events', function () {
118114
119115
120116 it ( 'should not process the event data' , function ( done ) {
121- // NOTE: this is very experimental way to test our code.
122- // we patch debug here and ensure that debug was called with proper message
123- // I'd prefer handleDie accepts callback, but it was discussed with tj and
124- // decided against callbacks
125117 var requireInject = require ( 'require-inject' ) ;
126118 var count = 0 ;
127119 var de = requireInject ( 'models/events/docker' , {
You can’t perform that action at this time.
0 commit comments