mirror of
https://github.com/electron/electron.git
synced 2026-01-10 16:08:06 -05:00
re-enable native module tests
This commit is contained in:
@@ -18,8 +18,7 @@ describe('modules support', () => {
|
||||
require('runas')
|
||||
})
|
||||
|
||||
// TODO(alexeykuzmin): [Ch66] Fix the test.
|
||||
xit('can be required in node binary', (done) => {
|
||||
it('can be required in node binary', (done) => {
|
||||
const runas = path.join(fixtures, 'module', 'runas.js')
|
||||
const child = require('child_process').fork(runas)
|
||||
child.on('message', (msg) => {
|
||||
|
||||
Reference in New Issue
Block a user