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

This commit is contained in:
trop[bot]
2018-10-31 07:51:19 -07:00
committed by Shelley Vohr
parent 3e4d77109a
commit a5fa18767a

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')
})