Skip to content

Commit

Permalink
added dependencies for kotlin-test-js
Browse files Browse the repository at this point in the history
  • Loading branch information
nulls committed Nov 9, 2023
1 parent 9cb8daf commit 0cb8c1c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions save-common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,11 @@ kotlin {
implementation(libs.okio.fakefilesystem)
}
}
val jsTest by getting {
dependencies {
implementation(kotlin("test-js"))
implementation(kotlin("test-js-runner"))
}
}
}
}

0 comments on commit 0cb8c1c

Please sign in to comment.