mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
chore: re-enable execFileSync binary exec spec (#15482)
This commit is contained in:
@@ -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')
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user