spec: We should not use pre release of Node

This commit is contained in:
Cheng Zhao 2016-04-05 19:53:07 +09:00
Родитель 7796dbb7ce
Коммит dd283ff8d7
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -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('')