[Gradle, JS] Add independent peer npm dependency to test

^KT-39842 fixed
This commit is contained in:
Ilya Goncharov
2020-06-26 10:58:17 +03:00
parent bd05b447c0
commit 007970ded8
@@ -21,6 +21,7 @@ kotlin.sourceSets {
implementation(npm(projectDir.resolve("file-dependency-3")))
implementation(devNpm("42", "0.0.1"))
implementation(npm("react", " >= 16.4.0 < 16.9.0"))
implementation(peerNpm("date-arithmetic", "4.1.0"))
}
}