chore: bump node to v12.13.1 (master) (#21198)
* chore: bump node in DEPS to v12.13.1 * chore: remove redundant patches * disable node tests disable prepareStackTrack test since Node.js won't handle our case, and disable new es-module tests since it's still flagged and requires flags to run properly * fix missing files Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com> * fix: don't error if can't find advapi32.dll * fixup! chore: bump node in DEPS to v12.13.1 * Disable native tests for now
This commit is contained in:
parent
96a88f02fb
commit
8ffc58bdba
14 changed files with 10 additions and 702 deletions
|
@ -35,8 +35,9 @@ const NPX_CMD = process.platform === 'win32' ? 'npx.cmd' : 'npx'
|
|||
|
||||
const runners = new Map([
|
||||
['main', { description: 'Main process specs', run: runMainProcessElectronTests }],
|
||||
['remote', { description: 'Remote based specs', run: runRemoteBasedElectronTests }],
|
||||
['native', { description: 'Native specs', run: runNativeElectronTests }]
|
||||
['remote', { description: 'Remote based specs', run: runRemoteBasedElectronTests }]
|
||||
// TODO(codebytere): refactor native tests to only depend on what we need
|
||||
/* ['native', { description: 'Native specs', run: runNativeElectronTests }] */
|
||||
])
|
||||
|
||||
const specHashPath = path.resolve(__dirname, '../spec/.hash')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue