spec: process.stdout should have isTTY defined
This commit is contained in:
parent
d7ec0b99fd
commit
8912b404a9
1 changed files with 3 additions and 0 deletions
|
@ -137,3 +137,6 @@ describe 'node feature', ->
|
||||||
describe 'process.stdout', ->
|
describe 'process.stdout', ->
|
||||||
it 'should not throw exception', ->
|
it 'should not throw exception', ->
|
||||||
process.stdout
|
process.stdout
|
||||||
|
|
||||||
|
it 'should have isTTY defined', ->
|
||||||
|
assert.equal typeof(process.stdout.isTTY), 'boolean'
|
||||||
|
|
Loading…
Reference in a new issue