Browse Source

Fixed the spawn tests with the RUN_AS_NODE tests

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

+ 1 - 2
spec/node-spec.js

@@ -103,8 +103,7 @@ describe('node feature', () => {
       })
     })
 
-    // TODO(alexeykuzmin): [Ch66] Fix the test.
-    xdescribe('child_process.spawn', () => {
+    describe('child_process.spawn', () => {
       let child
 
       afterEach(() => {