Skip to content

Commit

Permalink
test(publisher): fix publisher tests for new syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound authored and malept committed Apr 27, 2017
1 parent e70405a commit c19d1c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/fast/install-dependencies_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 2 additions & 0 deletions test/fast/publish_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
]);
});

Expand Down

0 comments on commit c19d1c2

Please sign in to comment.