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

Commit ad51194

Browse files
committed
Satisfy ESLint configuration
1 parent 5f2d0e6 commit ad51194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ describe('Codecov', function() {
229229
var exec = require('child_process').exec
230230
var childProcess = exec(
231231
'cat test/example.coverage.txt | bin/codecov -l --dump --disable=gcov',
232-
function(err, stdout, stderr) {
232+
function(err, stdout) {
233233
expect(stdout.toString()).to.contain('path=piped')
234234
expect(stdout.toString()).to.contain(
235235
'this file is intentionally left blank'

0 commit comments

Comments
 (0)