Skip to content

Commit

Permalink
test(npm): Remove a left-over replacement
Browse files Browse the repository at this point in the history
This was accidentally kept by dfaa896.

Signed-off-by: Frank Viernau <[email protected]>
  • Loading branch information
fviernau committed Nov 18, 2024
1 parent 4601134 commit 1e58026
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,7 @@ class NpmFunTest : WordSpec({
patchActualResult(result.toYaml()) should matchExpectedResult(
expectedResultFile,
definitionFile,
custom = mapOf(
"<REPLACE_PROJECT_NAME>" to "npm-${definitionFile.parentFile.name}",
"<REPLACE_LOCKFILE_NAME>" to "package-lock.json"
)
custom = mapOf("<REPLACE_LOCKFILE_NAME>" to "package-lock.json")
)
}

Expand Down

0 comments on commit 1e58026

Please sign in to comment.