stable

Clone or download

Read-only

Move @tuleap/plugin-gitlab-group-link-wizard to Vitest

Part of request #27921: Move packages with an independant typechecking step to Vitest Change-Id: I4bc7ff81af2b8ce99195b72a497ea748ff7561c0

Modified Files

Name
D plugins/gitlab/scripts/group-link-wizard/jest.config.js +0 −33 Go to diff View file
M plugins/gitlab/scripts/group-link-wizard/package.json +1 −1 Go to diff View file
M plugins/gitlab/scripts/group-link-wizard/src/api/gitlab-api-querier.test.ts +5 −2 Go to diff View file
M plugins/gitlab/scripts/group-link-wizard/src/api/link-header-helper.test.ts +1 −0 Go to diff View file
M plugins/gitlab/scripts/group-link-wizard/src/api/tuleap-api-querier.test.ts +4 −1 Go to diff View file
M plugins/gitlab/scripts/group-link-wizard/src/components/EmptyStateNoGitlabGroupLinked.test.ts +1 −0 Go to diff View file
M plugins/gitlab/scripts/group-link-wizard/src/components/GitlabGroupLinkWizard.test.ts +1 −0 Go to diff View file
M plugins/gitlab/scripts/group-link-wizard/src/components/PaneGitlabConfiguration.test.ts +3 −2 Go to diff View file
M plugins/gitlab/scripts/group-link-wizard/src/components/PaneGitlabGroup.test.ts +5 −2 Go to diff View file
M plugins/gitlab/scripts/group-link-wizard/src/components/PaneGitlabServer.test.ts +8 −5 Go to diff View file
M plugins/gitlab/scripts/group-link-wizard/src/components/__snapshots__/GitlabGroupLinkWizard.test.ts.snap +2 −2 Go to diff View file
M plugins/gitlab/scripts/group-link-wizard/src/router/steps-order-guard.test.ts +1 −0 Go to diff View file
M plugins/gitlab/scripts/group-link-wizard/src/tests/helpers/global-options-for-tests.ts +2 −0 Go to diff View file