yyqdbngt opened a new pull request, #3858: URL: https://github.com/apache/rocketmq-dashboard/pull/3858
### Motivation The existing `AboutTab` test only asserts the injected build metadata and copyright. The static metadata rows (version, supported RocketMQ releases, frameworks, license) and the community link destinations were untested. ### Changes - `renders the static project metadata rows`: version `0.1.0`, `4.x / 5.x` support, the frontend/backend framework rows and `Apache 2.0` are visible. - `renders the community links with their destinations`: the GitHub, documentation and community links point at their canonical URLs. ### Verification ``` ./node_modules/.bin/vitest run src/pages/settings/__tests__/AboutTab.test.tsx # 3 passed ./node_modules/.bin/tsc --noEmit # clean ./node_modules/.bin/eslint src/pages/settings/__tests__/AboutTab.test.tsx # clean ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
