зеркало из https://github.com/electron/electron.git
spec: We should not use pre release of Node
This commit is contained in:
Родитель
7796dbb7ce
Коммит
dd283ff8d7
|
@ -217,6 +217,12 @@ describe('node feature', function () {
|
|||
})
|
||||
})
|
||||
|
||||
describe('process.version', function () {
|
||||
it('should not have -pre', function () {
|
||||
assert(!process.version.endsWith('-pre'))
|
||||
})
|
||||
})
|
||||
|
||||
describe('vm.createContext', function () {
|
||||
it('should not crash', function () {
|
||||
require('vm').runInNewContext('')
|
||||
|
|
Загрузка…
Ссылка в новой задаче