Skip to content

Commit

Permalink
test(npm): Remove another incorrect replacement
Browse files Browse the repository at this point in the history
Remove the replacement analog to 1e58026 and dfaa896.

Signed-off-by: Frank Viernau <frank_viernau@epam.com>
  • Loading branch information
fviernau committed Nov 18, 2024
1 parent b446e2a commit 24b4ac0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
project:
id: "NPM::<REPLACE_PROJECT_NAME>:1.0.0"
id: "NPM::npm-node-modules:1.0.0"
definition_file_path: "<REPLACE_DEFINITION_FILE_PATH>"
authors:
- "The Author"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,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 24b4ac0

Please sign in to comment.