Skip to content

Commit

Permalink
chore: fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
talkor committed May 5, 2024
1 parent 8d049a3 commit 8283de3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/plop/tests/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ module.exports = plop => {
},
{
type: "add",
path: "src/components/{{properCase componentName}}/__tests__/{{camelCase componentName}}-tests.test.js",
templateFile: "plop/general/component-tests-test.txt"
path: "src/components/{{properCase componentName}}/__tests__/{{camelCase componentName}}.test.js",
templateFile: "plop/general/component-tests.txt"
}
]
});
Expand Down

0 comments on commit 8283de3

Please sign in to comment.