Skip to content

Commit

Permalink
disable kotest plugin kotest/kotest#3141
Browse files Browse the repository at this point in the history
  • Loading branch information
aSemy committed Nov 9, 2022
1 parent 808965b commit 3205f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/kxs-ts-gen-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
buildsrc.convention.`kotlin-mpp`
buildsrc.convention.`maven-publish`
kotlin("plugin.serialization")
id("io.kotest.multiplatform")
// id("io.kotest.multiplatform") // Kotest does not support nested JS tests https://github.com/kotest/kotest/issues/3141
}

kotlin {
Expand Down

0 comments on commit 3205f7b

Please sign in to comment.