Skip to content

Commit

Permalink
refactor: code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
erezrokah committed Sep 23, 2020
1 parent b2d6833 commit 5f6d0f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/siteBuilder.js
Expand Up @@ -87,7 +87,7 @@ const createSiteBuilder = ({ siteName }) => {
return builder
},
withContentFiles: files => {
files.forEach(file => builder.withContentFile(file))
files.forEach(builder.withContentFile)
return builder
},
withEnvFile: ({ path: filePath = '.env', pathPrefix = '', env = {} }) => {
Expand Down

0 comments on commit 5f6d0f8

Please sign in to comment.