stable

Clone or download

Read-only

chore: Add unit tests for ModalContent

This is part of story #26803 create Tuleap Git branch & pull request from artifact No functional change expected here. Change-Id: I620b1bb0419bb0033dbb50304fcf97899a1ba54e

Modified Files

Name
M plugins/git/jest.config.js +3 −0 Go to diff View file
A plugins/git/scripts/artifact-create-branch-action/jest.config.js +30 −0 Go to diff View file
M plugins/git/scripts/artifact-create-branch-action/package.json +5 −1 Go to diff View file
M plugins/git/scripts/artifact-create-branch-action/pnpm-lock.yaml +10 −0 Go to diff View file
A plugins/git/scripts/artifact-create-branch-action/src/components/ModalContent.test.ts +158 −0 Go to diff View file
M plugins/git/scripts/artifact-create-branch-action/src/components/ModalContent.vue +8 −1 Go to diff View file
A plugins/git/scripts/artifact-create-branch-action/src/components/global-options-for-test.ts +27 −0 Go to diff View file