We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be40325 commit e055a54Copy full SHA for e055a54
plugins/package-managers/node/src/funTest/assets/projects/synthetic/npm/node-modules-expected-output.yml
@@ -1,6 +1,6 @@
1
---
2
project:
3
- id: "NPM::<REPLACE_PROJECT_NAME>:1.0.0"
+ id: "NPM::npm-node-modules:1.0.0"
4
definition_file_path: "<REPLACE_DEFINITION_FILE_PATH>"
5
authors:
6
- "The Author"
plugins/package-managers/node/src/funTest/kotlin/npm/NpmFunTest.kt
@@ -108,10 +108,7 @@ class NpmFunTest : WordSpec({
108
patchActualResult(result.toYaml()) should matchExpectedResult(
109
expectedResultFile,
110
definitionFile,
111
- custom = mapOf(
112
- "<REPLACE_PROJECT_NAME>" to "npm-${definitionFile.parentFile.name}",
113
- "<REPLACE_LOCKFILE_NAME>" to "package-lock.json"
114
- )
+ custom = mapOf("<REPLACE_LOCKFILE_NAME>" to "package-lock.json")
115
)
116
}
117
0 commit comments