Skip to content

Commit fe2bb6a

Browse files
committed
remove comment
1 parent c6df451 commit fe2bb6a

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

unit/docker-events.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff 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', {

0 commit comments

Comments
 (0)