chore(translations): replace vitest with backstage-cli package test command and moved some files for this#2417
Conversation
…ommand and moved some files for this Signed-off-by: Christoph Jerolimov <jerolimov+git@redhat.com>
Review Summary by QodoReplace vitest with backstage-cli package test and reorganize test files
WalkthroughsDescription• Replace vitest with backstage-cli package test command • Move test files from test/ to src/tests/ directory • Relocate test scripts to scripts/ directory • Remove vitest configuration and dependencies • Update documentation to reflect testing changes Diagramflowchart LR
A["vitest test runner"] -->|"Replace with"| B["backstage-cli package test"]
C["test/ directory"] -->|"Move to"| D["src/tests/ and scripts/"]
E["vitest.config.ts"] -->|"Remove"| F["No config needed"]
G["vitest dependency"] -->|"Remove"| H["Use backstage-cli"]
File Changes1. workspaces/translations/packages/cli/src/tests/generate.test.ts
|
Code Review by Qodo
1.
|
Changed Packages
|
Signed-off-by: Christoph Jerolimov <jerolimov+git@redhat.com>
affb753 to
72825b5
Compare
Signed-off-by: Christoph Jerolimov <jerolimov+git@redhat.com>
|



Hey, I just made a Pull Request!
vitestwithbackstage-cli package testcommandtesttosrc/tests. Then I moved the rest of these files in test intodocorscripts.skipon a broken test which was already broken invitest!✔️ Checklist