Skip to content

Commit 225fe38

Browse files
test: add another storybook to cover config folder used as name
1 parent 92c857f commit 225fe38

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

site/src/modules/resources/AgentDevcontainerCard.stories.tsx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,18 @@ export const NoContainerOrSubAgent: Story = {
102102
},
103103
};
104104

105+
export const NoContainerOrAgentOrName: Story = {
106+
args: {
107+
devcontainer: {
108+
...MockWorkspaceAgentDevcontainer,
109+
container: undefined,
110+
agent: undefined,
111+
name: "",
112+
},
113+
subAgents: [],
114+
},
115+
};
116+
105117
export const NoSubAgent: Story = {
106118
args: {
107119
devcontainer: {

0 commit comments

Comments
 (0)