Skip to content

Commit 4a5ac8b

Browse files
committed
[TASK] Extend test
1 parent fe2e809 commit 4a5ac8b

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

__tests__/input-helper.test.ts

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -445,23 +445,32 @@ describe('input-helper tests', () => {
445445
node: {
446446
commit: {
447447
message:
448-
'input: make input-helper functions async\n\nIn order to work with asynchronous call like an async http request\nin an easier way, the functions getInput and getMessages were\nconverted to async.'
448+
'input: make input-helper functions async\n\nIn order to work with asynchronous call like an async http request\nin an easier way, the functions getInput and getMessages were\nconverted to async.',
449+
parents: {
450+
totalCount: 1
451+
}
449452
}
450453
}
451454
},
452455
{
453456
node: {
454457
commit: {
455458
message:
456-
"input: PR options ignore title and check PR commits\n\nthis make it possible to igore partially or completely the PR payload.\nThe commits associated with the pull request can be checked instead of\nchecking the pull request payload. The parameter are:\n\n- excludeTitle: 'true | false'\n- excludeDescription: 'true | false'\n- checkAllCommitMessages: 'true | false'\n\nby default, all options comes false."
459+
"input: PR options ignore title and check PR commits\n\nthis make it possible to igore partially or completely the PR payload.\nThe commits associated with the pull request can be checked instead of\nchecking the pull request payload. The parameter are:\n\n- excludeTitle: 'true | false'\n- excludeDescription: 'true | false'\n- checkAllCommitMessages: 'true | false'\n\nby default, all options comes false.",
460+
parents: {
461+
totalCount: 1
462+
}
457463
}
458464
}
459465
},
460466
{
461467
node: {
462468
commit: {
463469
message:
464-
'docs: include parameters excludeTitle, checkAllCommitMessages and accessToken\n\nCo-authored-by: Gilbertsoft <[email protected]>'
470+
'docs: include parameters excludeTitle, checkAllCommitMessages and accessToken\n\nCo-authored-by: Gilbertsoft <[email protected]>',
471+
parents: {
472+
totalCount: 1
473+
}
465474
}
466475
}
467476
}

0 commit comments

Comments
 (0)