Skip to content

Commit

Permalink
chore: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sabhas committed Mar 23, 2022
1 parent ce4b4bd commit 14f09fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/job-execution/WebJobExecutor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export class WebJobExecutor extends BaseJobExecutor {
}

/**
* Just use NodeFormData instead of FormData, because FormData is not available in Node.
* Just use NodeFormData instead of both FormData and NodeFormData (also can't use onlty FormData, because FormData is not available in Node).
*/
let formData = new NodeFormData()

Expand Down

1 comment on commit 14f09fa

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

Total coverage

Status Category Percentage Covered / Total
🟡 Statements 60.15% 1760/2926
🔴 Branches 40.79% 618/1515
🔴 Functions 47.07% 249/529
🟡 Lines 68.87% 2796/4060

Status of coverage: 🟢 - ok, 🟡 - slightly more than threshold, 🔴 - under the threshold

Report generated by 🧪jest coverage report action from 14f09fa

Please sign in to comment.