Skip to content

Commit

Permalink
test:
Browse files Browse the repository at this point in the history
make tests pass
  • Loading branch information
neikvon committed Dec 4, 2017
1 parent 7b4e4b3 commit 62308fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/helper/installer.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ test('npm install devDependencies', async t => {

test('yarn install dependencies', async t => {
try {
const retInstall = await installer.start({
await installer.start({
dir,
logger,
command: 'yarn'
Expand All @@ -55,7 +55,7 @@ test('yarn install dependencies', async t => {

test('yarn add devDependencies', async t => {
try {
const ret = await installer.start({
await installer.start({
dir,
logger,
command: 'yarn',
Expand Down

0 comments on commit 62308fb

Please sign in to comment.