Skip to content

Commit

Permalink
test(core): revert "use a more recent Electron version in rebuild tests"
Browse files Browse the repository at this point in the history
This reverts commit 976133a.
  • Loading branch information
malept committed Oct 23, 2019
1 parent 976133a commit 649f0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/core/test/slow/rebuild_spec_slow.ts
Expand Up @@ -23,7 +23,7 @@ describe('rebuilder', () => {
}

async function doRebuild(config?: Partial<RebuildOptions>) {
await rebuild(testModulePath, '6.1.0', process.platform as ForgePlatform, process.arch as ForgeArch, config);
await rebuild(testModulePath, '1.4.12', process.platform as ForgePlatform, process.arch as ForgeArch, config);
}

describe('no config', () => {
Expand Down

0 comments on commit 649f0e6

Please sign in to comment.