Skip to content

Commit

Permalink
fix: add test-cases comment (#183)
Browse files Browse the repository at this point in the history
added comment on validate function test-cases
  • Loading branch information
gwnlng authored Nov 29, 2023
1 parent 9b1db7d commit e688640
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snykTask/src/__tests__/test-task-args.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ describe('TaskArgs.setMonitorWhen', () => {
});
});

// Runs validation based on defaulted or predefined testType to severityThreshold, codeSeverityThreshold, failOnThreshold.
describe('TaskArgs.validate', () => {
const args = defaultTaskArgs();
const testTypeSeverityThreshold = [
Expand Down

0 comments on commit e688640

Please sign in to comment.