mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
tests: prepare required mocks for MarketplaceItemActionsMenu
This commit is contained in:
parent
39b2638c6a
commit
c0638798d8
2 changed files with 4 additions and 0 deletions
|
|
@ -6,3 +6,6 @@ export const Loader = () => React.createElement("div")
|
|||
export const X = () => React.createElement("div")
|
||||
export const Edit = () => React.createElement("div")
|
||||
export const Database = (props: any) => React.createElement("span", { "data-testid": "database-icon", ...props })
|
||||
export const MoreVertical = () => React.createElement("div", {}, "VerticalMenu")
|
||||
export const ExternalLink = () => React.createElement("div")
|
||||
export const Download = () => React.createElement("div")
|
||||
|
|
|
|||
|
|
@ -70,6 +70,7 @@ i18next.use(initReactI18next).init({
|
|||
from: "from {{source}}",
|
||||
viewSource: "View",
|
||||
viewOnSource: "View on {{source}}",
|
||||
actionsMenuLabel: "Actions",
|
||||
},
|
||||
},
|
||||
"type-group": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue