Skip to content

Commit

Permalink
Updated ignore statement for job reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
achannarasappa committed Dec 27, 2019
1 parent 16e20c7 commit 30ca29d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/start/reporting/job-reporter.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ const _instrumentJobDefinition = (_execute, jobDefinition, renderer) => {
{},
jobDefinition,
{
/* istanbul ignore next line */
start: () => {
start: /* istanbul ignore next */ () => {

/* istanbul ignore next line */
_execute();

},
Expand Down

0 comments on commit 30ca29d

Please sign in to comment.