Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Satisfy ESLint configuration
  • Loading branch information
Ayplow committed Oct 23, 2018
1 parent 5f2d0e6 commit ad51194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.js
Expand Up @@ -229,7 +229,7 @@ describe('Codecov', function() {
var exec = require('child_process').exec
var childProcess = exec(
'cat test/example.coverage.txt | bin/codecov -l --dump --disable=gcov',
function(err, stdout, stderr) {
function(err, stdout) {
expect(stdout.toString()).to.contain('path=piped')
expect(stdout.toString()).to.contain(
'this file is intentionally left blank'
Expand Down

0 comments on commit ad51194

Please sign in to comment.