mirror of
https://github.com/electron/electron.git
synced 2026-01-28 00:38:35 -05:00
Enable childprocess.fork asar specs, fixed during run_as_node fixes
This commit is contained in:
@@ -613,9 +613,7 @@ describe('asar package', function () {
|
||||
})
|
||||
})
|
||||
|
||||
// TODO(alexeykuzmin): [Ch66] Fail on timeout.
|
||||
// Fix them and enable.
|
||||
xdescribe('child_process.fork', function () {
|
||||
describe('child_process.fork', function () {
|
||||
it('opens a normal js file', function (done) {
|
||||
var child = ChildProcess.fork(path.join(fixtures, 'asar', 'a.asar', 'ping.js'))
|
||||
child.on('message', function (msg) {
|
||||
|
||||
Reference in New Issue
Block a user