Skip to content

Commit

Permalink
test: fix react test
Browse files Browse the repository at this point in the history
  • Loading branch information
3rd committed Dec 5, 2024
1 parent 476f120 commit 6d13e1a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/e2e/examples/generate-react-component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@ const generateReactComponent: Test = {
run: (cwd) => {
return runCommandWithInputs(
"auto run react-component",
[
{ on: "Component Name", value: "MyComponent" },
{ on: "Component Path", value: "src/components/MyComponent" },
],
[{ on: "Component Path", value: "src/components/MyComponent" }],
{ cwd }
);
},
Expand Down

0 comments on commit 6d13e1a

Please sign in to comment.