Skip to content

Commit

Permalink
chore: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Apr 30, 2024
1 parent b40fbf3 commit 419305c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/create-wagmi/src/cli.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ const templateFiles = fs
.map((filePath) => {
if (filePath === '_gitignore') return '.gitignore'
if (filePath === '_env.local') return '.env.local'
if (filePath === '_npmrc') return '.npmrc'
return filePath
})
.sort()
Expand Down

0 comments on commit 419305c

Please sign in to comment.