re-enable native module tests

This commit is contained in:
Samuel Attard 2018-06-18 13:47:11 +10:00
parent c882b37a40
commit bc8525d2f3

View file

@ -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) => {