[orx-color] Move DescribeSpec based tests to jvmTest
This commit is contained in:
@@ -30,6 +30,14 @@ kotlin {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
val jvmTest by getting {
|
||||||
|
dependencies {
|
||||||
|
implementation(libs.kotlin.serialization.json)
|
||||||
|
implementation(libs.kotest.assertions)
|
||||||
|
implementation(libs.kotest.framework.engine)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
val jvmDemo by getting {
|
val jvmDemo by getting {
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation(project(":orx-camera"))
|
implementation(project(":orx-camera"))
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
package spaces
|
|
||||||
|
|
||||||
import io.kotest.core.spec.style.DescribeSpec
|
import io.kotest.core.spec.style.DescribeSpec
|
||||||
import org.openrndr.color.ColorRGBa
|
import org.openrndr.color.ColorRGBa
|
||||||
import org.openrndr.color.Linearity
|
import org.openrndr.color.Linearity
|
||||||
Reference in New Issue
Block a user