chore: re-enable execFileSync binary exec spec (#15476)

This commit is contained in:
Shelley Vohr 2018-10-30 12:45:46 -07:00 committed by John Kleinschmidt
parent bae652f46d
commit 94f853c654

View file

@ -912,7 +912,7 @@ describe('asar package', function () {
})
})
xit('execFileSync executes binaries', function () {
it('execFileSync executes binaries', function () {
const output = execFileSync(echo, ['test'])
assert.strictEqual(String(output), 'test\n')
})