spec: run nan tests to ensure v8 compat has not broken (#18489)

This commit is contained in:
Samuel Attard 2019-05-29 12:38:17 -07:00 committed by GitHub
parent 3d8db573d9
commit 96371b6d75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 117 additions and 5 deletions

View file

@ -1,3 +1,6 @@
// KEEP IN SYNC WITH DEPS FILE
const YARN_VERSION = '1.15.2'
const OUT_DIR = process.env.ELECTRON_OUT_DIR || 'Debug'
const { GitProcess } = require('dugite')
@ -42,5 +45,6 @@ module.exports = {
getCurrentBranch,
getElectronExec,
getAbsoluteElectronExec,
OUT_DIR
OUT_DIR,
YARN_VERSION
}