Skip to content

Commit

Permalink
Fixing linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Gaunt committed Jan 18, 2018
1 parent fc9e8a2 commit 2e32fd6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gulp-tasks/test-node.js
Expand Up @@ -71,15 +71,13 @@ gulp.task('test-node:clean', () => {

gulp.task('test-node:coverage', () => {
const runOptions = ['run', 'coverage-report'];
console.log(global.packageOrStar);
if (global.packageOrStar !== '*') {
runOptions.push('--');
runOptions.push('--include');
runOptions.push(
path.posix.join('packages', global.packageOrStar, '**', '*')
);
}
console.log(runOptions);
return spawn(getNpmCmd(), runOptions);
});

Expand Down

0 comments on commit 2e32fd6

Please sign in to comment.