mirror of
https://github.com/electron/electron.git
synced 2026-01-25 07:18:18 -05:00
spec: vm.createContext should not crash
This commit is contained in:
@@ -148,3 +148,7 @@ describe 'node feature', ->
|
||||
# Not reliable on some machines
|
||||
xit 'should have isTTY defined', ->
|
||||
assert.equal typeof(process.stdout.isTTY), 'boolean'
|
||||
|
||||
describe 'vm.createContext', ->
|
||||
it 'should not crash', ->
|
||||
require('vm').runInNewContext('')
|
||||
|
||||
Reference in New Issue
Block a user