We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8870383 commit adac09bCopy full SHA for adac09b
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
@@ -109,10 +109,7 @@ class NpmFunTest : WordSpec({
109
patchActualResult(result.toYaml()) should matchExpectedResult(
110
expectedResultFile,
111
definitionFile,
112
- custom = mapOf(
113
- "<REPLACE_PROJECT_NAME>" to "npm-${definitionFile.parentFile.name}",
114
- "<REPLACE_LOCKFILE_NAME>" to "package-lock.json"
115
- )
+ custom = mapOf("<REPLACE_LOCKFILE_NAME>" to "package-lock.json")
116
)
117
}
118
0 commit comments