Fixed the spawn tests with the RUN_AS_NODE tests

This commit is contained in:
Samuel Attard 2018-06-18 13:35:49 +10:00
parent f43eafb94e
commit d9ec885dbc

View file

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