mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
spec: run nan tests to ensure v8 compat has not broken (#18489)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user