mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Fixed the fork tests, remove comment
This commit is contained in:
@@ -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'))
|
||||
|
||||
Reference in New Issue
Block a user