Skip to content

Commit

Permalink
replace hardcoded package.json name
Browse files Browse the repository at this point in the history
  • Loading branch information
m5r committed Jul 10, 2024
1 parent 9ec0f86 commit 25155e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/cht-conf-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const initProject = async (projectName) => {
fs.writeFileSync(
path.join(projectDirectory, 'package.json'),
JSON.stringify({
name: 'e2e-edit-app-settings',
name: projectName,
version: '1.0.0',
dependencies: {
'cht-conf': 'file:../..',
Expand Down

0 comments on commit 25155e7

Please sign in to comment.