chore: re-enable execFileSync binary exec spec (#15476)
This commit is contained in:
Родитель
bae652f46d
Коммит
94f853c654
|
@ -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')
|
||||
})
|
||||
|
|
Загрузка…
Ссылка в новой задаче