Problem
The boost workspace has no test infrastructure yet. Other workspaces (scorecard, lightspeed, orchestrator) all use backstage-cli repo test with Jest.
Expected behavior
- A basic test setup that allows
yarn test to run from workspaces/boost/
- At minimum, a placeholder test file that proves the test runner works
- Follow patterns from other workspaces in this monorepo (e.g., scorecard, lightspeed)
Acceptance criteria
yarn test runs and passes in workspaces/boost/
yarn openspec:validate passes
- At least one test file exists in a plugin or package directory
Problem
The boost workspace has no test infrastructure yet. Other workspaces (scorecard, lightspeed, orchestrator) all use
backstage-cli repo testwith Jest.Expected behavior
yarn testto run fromworkspaces/boost/Acceptance criteria
yarn testruns and passes inworkspaces/boost/yarn openspec:validatepasses