diff --git a/test/fast/install-dependencies_spec.js b/test/fast/install-dependencies_spec.js index 20bc94adf8..878f1ab0bb 100644 --- a/test/fast/install-dependencies_spec.js +++ b/test/fast/install-dependencies_spec.js @@ -2,7 +2,7 @@ import { expect } from 'chai'; import proxyquire from 'proxyquire'; import sinon from 'sinon'; -describe('GitHub', () => { +describe('Install dependencies', () => { let install; let spawnSpy; let hasYarnSpy; diff --git a/test/fast/publish_spec.js b/test/fast/publish_spec.js index 6351dec7ac..c1a15d0fbb 100644 --- a/test/fast/publish_spec.js +++ b/test/fast/publish_spec.js @@ -55,6 +55,8 @@ describe('publish', () => { await require('../../src/util/forge-config').default(path.resolve(__dirname, '../fixture/dummy_app')), 'my_token', 'my_special_tag', + process.platform, + process.arch, ]); });