stable

Clone or download

Read-only

refactor: Pullrequests apps stubs should not be coupled with Jest/Vitest stubs

part of story #32316 Update comments How to test: - CI should be happy Change-Id: Id95b9402bf4d6d79f50da53d76881343f921292d

Modified Files

Name
M plugins/pullrequest/scripts/lib/pullrequest-comments/src/comment/PullRequestCommentFooterTemplate.test.ts +3 −3 Go to diff View file
M plugins/pullrequest/scripts/lib/pullrequest-comments/src/description-comment/PullRequestDescriptionCommentFormTemplate.test.ts +12 −8 Go to diff View file
M plugins/pullrequest/scripts/lib/pullrequest-comments/src/description-comment/PullRequestDescriptionContentTemplate.test.ts +4 −3 Go to diff View file
M plugins/pullrequest/scripts/lib/pullrequest-comments/src/main.ts +1 −0 Go to diff View file
M plugins/pullrequest/scripts/lib/pullrequest-comments/src/new-comment-form/NewCommentFormTemplate.test.ts +10 −4 Go to diff View file
M plugins/pullrequest/scripts/lib/pullrequest-comments/tests/stubs/ControlNewCommentFormStub.ts +10 −7 Go to diff View file
R plugins/pullrequest/scripts/lib/pullrequest-comments/tests/stubs/PullRequestCommentControllerStub.ts Go to diff View file
M plugins/pullrequest/scripts/lib/pullrequest-comments/tests/stubs/ControlPullRequestDescriptionCommentStub.ts +8 −5 Go to diff View file
M plugins/pullrequest/scripts/lib/pullrequest-comments/tests/stubs/RelativeDateHelperStub.ts +5 −6 Go to diff View file
A plugins/pullrequest/scripts/lib/pullrequest-comments/tests/stubs/main.ts +24 −0 Go to diff View file
M plugins/pullrequest/scripts/lib/pullrequest-comments/tsconfig.json +1 −1 Go to diff View file
M plugins/pullrequest/scripts/pullrequests-app/tests/stubs/FileDiffWidgetStub.ts +6 −21 Go to diff View file