stable

Clone or download

Read-only

refactor: Move tests-helpers/* into the tests/ folder

story #31191 Add reviewers and make them updatable Since we now have a tests folder containnig stubs, we can put tests-helpers/* into the tests/ folder -- No functional change expected Change-Id: I2756b61fd81942bbda8103687e09a4099f568888

Modified Files

Name
M plugins/pullrequest/scripts/pullrequest-overview/src/components/Actions/PullRequestChangeStateActions.test.ts +1 −1 Go to diff View file
M plugins/pullrequest/scripts/pullrequest-overview/src/components/Actions/abandon/PullRequestAbandonButton.test.ts +1 −1 Go to diff View file
M plugins/pullrequest/scripts/pullrequest-overview/src/components/Actions/abandon/PullRequestAbandonedState.test.ts +1 −1 Go to diff View file
M plugins/pullrequest/scripts/pullrequest-overview/src/components/Actions/abandon/PullRequestMergeWarningModal.test.ts +1 −1 Go to diff View file
M plugins/pullrequest/scripts/pullrequest-overview/src/components/Actions/merge/PullRequestAlreadyMergedState.test.ts +1 −1 Go to diff View file
M plugins/pullrequest/scripts/pullrequest-overview/src/components/Actions/merge/PullRequestMergeButton.test.ts +1 −1 Go to diff View file
M plugins/pullrequest/scripts/pullrequest-overview/src/components/Errors/PullRequestErrorModal.test.ts +1 −1 Go to diff View file
M plugins/pullrequest/scripts/pullrequest-overview/src/components/OverviewTabs.test.ts +1 −1 Go to diff View file
M plugins/pullrequest/scripts/pullrequest-overview/src/components/ReadOnlyInfo/PullRequestAuthor.test.ts +1 −1 Go to diff View file
M plugins/pullrequest/scripts/pullrequest-overview/src/components/ReadOnlyInfo/PullRequestCIStatus.test.ts +1 −1 Go to diff View file
M plugins/pullrequest/scripts/pullrequest-overview/src/components/ReadOnlyInfo/PullRequestCheckoutButton.test.ts +1 −1 Go to diff View file
M plugins/pullrequest/scripts/pullrequest-overview/src/components/ReadOnlyInfo/PullRequestCreationDate.test.ts +1 −1 Go to diff View file
M plugins/pullrequest/scripts/pullrequest-overview/src/components/ReadOnlyInfo/PullRequestReferences.test.ts +1 −1 Go to diff View file
M plugins/pullrequest/scripts/pullrequest-overview/src/components/ReadOnlyInfo/PullRequestStats.test.ts +1 −1 Go to diff View file
M plugins/pullrequest/scripts/pullrequest-overview/src/components/Reviewers/PullRequestManageReviewersModal.test.ts +2 −2 Go to diff View file
M plugins/pullrequest/scripts/pullrequest-overview/src/components/Reviewers/PullRequestReviewerList.test.ts +1 −1 Go to diff View file
M plugins/pullrequest/scripts/pullrequest-overview/src/components/Reviewers/autocomplete/ReviewersAutocompleter.test.ts +1 −1 Go to diff View file
M plugins/pullrequest/scripts/pullrequest-overview/src/components/Threads/OverviewNewCommentForm.test.ts +1 −1 Go to diff View file
M plugins/pullrequest/scripts/pullrequest-overview/src/components/Threads/OverviewThreads.test.ts +1 −1 Go to diff View file
M plugins/pullrequest/scripts/pullrequest-overview/src/components/Title/PullRequestEditTitleModal.test.ts +1 −1 Go to diff View file
R plugins/pullrequest/scripts/pullrequest-overview/src/tests-helpers/global-options-for-tests.ts Go to diff View file
R plugins/pullrequest/scripts/pullrequest-overview/test/stubs/LazyboxStub.ts Go to diff View file