[orx-noise] Move DescribeSpec based tests to jvmTest

This commit is contained in:
Edwin Jakobs
2023-11-30 12:42:53 +01:00
parent 61acf877b3
commit e2a27ebf3d
4 changed files with 1 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ kotlin {
}
}
val commonTest by getting {
val jvmTest by getting {
dependencies {
implementation(libs.kotest.assertions)
implementation(libs.kotest.framework.engine)