yyqdbngt opened a new pull request, #3899:
URL: https://github.com/apache/rocketmq-dashboard/pull/3899

   ### Motivation
   
   The instance creation form derives its vendor picker from `VENDOR_OPTIONS` 
and defaults to `DEFAULT_VENDOR`, but neither constant had any unit coverage. 
This PR adds the first four cases.
   
   ### Changes
   
   - `DEFAULT_VENDOR` is `APACHE`.
   - The picker offers the three supported vendors (`APACHE`, `ALIYUN`, 
`TENCENT`) in a stable order.
   - Every vendor carries a non-empty label, logo, and description.
   - The default vendor is present in the option list.
   
   ### Verification
   
   - `vitest run src/pages/instance/vendorOptions.test.ts`: 4/4 passed
   - `tsc --noEmit`: clean
   - `eslint src/pages/instance/vendorOptions.test.ts`: 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]

Reply via email to