Skip to content

Commit

Permalink
fix(task): update test task
Browse files Browse the repository at this point in the history
TAG: latest
  • Loading branch information
tunnckoCore committed Aug 10, 2017
1 parent be8f5da commit 020f1cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@

module.exports = ({ adds, shell }) => {
console.log('Running `test` command...')
shell(`nyc --reporter lcov ${adds}`, 'nyc report')
shell([`nyc --reporter lcov ${adds}`, 'nyc report'])
}

0 comments on commit 020f1cb

Please sign in to comment.