[Gradle, JS] Add independent peer npm dependency to test
^KT-39842 fixed
This commit is contained in:
+1
@@ -21,6 +21,7 @@ kotlin.sourceSets {
|
|||||||
implementation(npm(projectDir.resolve("file-dependency-3")))
|
implementation(npm(projectDir.resolve("file-dependency-3")))
|
||||||
implementation(devNpm("42", "0.0.1"))
|
implementation(devNpm("42", "0.0.1"))
|
||||||
implementation(npm("react", " >= 16.4.0 < 16.9.0"))
|
implementation(npm("react", " >= 16.4.0 < 16.9.0"))
|
||||||
|
implementation(peerNpm("date-arithmetic", "4.1.0"))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user