Re-enable node fork specs
This commit is contained in:
parent
0b12e425bd
commit
9b37e7d988
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ describe('node feature', () => {
|
|||
|
||||
describe('child_process', () => {
|
||||
// TODO(alexeykuzmin): [Ch66] Time out. Fix them and enable.
|
||||
xdescribe('child_process.fork', () => {
|
||||
describe('child_process.fork', () => {
|
||||
it('works in current process', (done) => {
|
||||
const child = ChildProcess.fork(path.join(fixtures, 'module', 'ping.js'))
|
||||
child.on('message', (msg) => {
|
||||
|
|
Loading…
Reference in a new issue