mirror of
https://github.com/electron/electron.git
synced 2026-01-25 15:28:11 -05:00
spec: process.stdout should have isTTY defined
This commit is contained in:
@@ -137,3 +137,6 @@ describe 'node feature', ->
|
||||
describe 'process.stdout', ->
|
||||
it 'should not throw exception', ->
|
||||
process.stdout
|
||||
|
||||
it 'should have isTTY defined', ->
|
||||
assert.equal typeof(process.stdout.isTTY), 'boolean'
|
||||
|
||||
Reference in New Issue
Block a user