From d9ec885dbc5e95d4fbc0b57bc436c0613239ca22 Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Mon, 18 Jun 2018 13:35:49 +1000 Subject: [PATCH] Fixed the spawn tests with the RUN_AS_NODE tests --- spec/node-spec.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spec/node-spec.js b/spec/node-spec.js index 9c3adc8227a3..c97b44039c60 100644 --- a/spec/node-spec.js +++ b/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(() => {