Skip to content

Commit 6d13e1a

Browse files
committed
test: fix react test
1 parent 476f120 commit 6d13e1a

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/e2e/examples/generate-react-component.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,7 @@ const generateReactComponent: Test = {
2424
run: (cwd) => {
2525
return runCommandWithInputs(
2626
"auto run react-component",
27-
[
28-
{ on: "Component Name", value: "MyComponent" },
29-
{ on: "Component Path", value: "src/components/MyComponent" },
30-
],
27+
[{ on: "Component Path", value: "src/components/MyComponent" }],
3128
{ cwd }
3229
);
3330
},

0 commit comments

Comments
 (0)