re-enable native module tests
This commit is contained in:
parent
c882b37a40
commit
bc8525d2f3
1 changed files with 1 additions and 2 deletions
|
@ -18,8 +18,7 @@ describe('modules support', () => {
|
||||||
require('runas')
|
require('runas')
|
||||||
})
|
})
|
||||||
|
|
||||||
// TODO(alexeykuzmin): [Ch66] Fix the test.
|
it('can be required in node binary', (done) => {
|
||||||
xit('can be required in node binary', (done) => {
|
|
||||||
const runas = path.join(fixtures, 'module', 'runas.js')
|
const runas = path.join(fixtures, 'module', 'runas.js')
|
||||||
const child = require('child_process').fork(runas)
|
const child = require('child_process').fork(runas)
|
||||||
child.on('message', (msg) => {
|
child.on('message', (msg) => {
|
||||||
|
|
Loading…
Reference in a new issue