Browse Source

Fixed the fork tests, remove comment

Samuel Attard 6 years ago
parent
commit
f43eafb94e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      spec/node-spec.js

+ 0 - 1
spec/node-spec.js

@@ -11,7 +11,6 @@ describe('node feature', () => {
   const fixtures = path.join(__dirname, 'fixtures')
 
   describe('child_process', () => {
-    // TODO(alexeykuzmin): [Ch66] Time out. Fix them and enable.
     describe('child_process.fork', () => {
       it('works in current process', (done) => {
         const child = ChildProcess.fork(path.join(fixtures, 'module', 'ping.js'))