mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04: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