diff --git a/src/commonTest/kotlin/content/DocumentTest.kt b/src/commonTest/kotlin/content/DocumentTest.kt index 528c3bf..81c6040 100644 --- a/src/commonTest/kotlin/content/DocumentTest.kt +++ b/src/commonTest/kotlin/content/DocumentTest.kt @@ -8,7 +8,7 @@ import io.kotest.matchers.shouldBe import io.kotest.matchers.string.shouldContain import io.kotest.matchers.types.instanceOf import kotlinx.coroutines.test.runTest -import org.junit.jupiter.api.Test +import kotlin.test.Test const val testPdf = "JVBERi0xLjEKJcKlwrHDqwoKMSAwIG9iagogIDw8IC9UeXBlIC9DYXRhbG9nCiAgICAgL1BhZ2VzIDIgMCBSCiAgPj4KZW5" + "kb2JqCgoyIDAgb2JqCiAgPDwgL1R5cGUgL1BhZ2VzCiAgICAgL0tpZHMgWzMgMCBSXQogICAgIC9Db3VudCAxCiAgICAgL01lZGlhQm94IFswID" + diff --git a/src/commonTest/kotlin/content/ImageTest.kt b/src/commonTest/kotlin/content/ImageTest.kt index 2b8b852..5b11323 100644 --- a/src/commonTest/kotlin/content/ImageTest.kt +++ b/src/commonTest/kotlin/content/ImageTest.kt @@ -8,7 +8,7 @@ import io.kotest.matchers.shouldBe import io.kotest.matchers.string.shouldContain import io.kotest.matchers.types.instanceOf import kotlinx.coroutines.test.runTest -import org.junit.jupiter.api.Test +import kotlin.test.Test const val testImage = "iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAABOvAAATrwFj5o7DAAAAGXRFWHRTb2Z0d2FyZ" + "QB3d3cuaW5rc2NhcGUub3Jnm+48GgAAA61JREFUeJztmNtrFVcUxn/b+lYwxEuN8RKR1giiQmqxEomCghSU0krBUpqiTyraUn3oU+m/UPsoiD6J" + diff --git a/src/jsMain/kotlin/tool/computer/JsComputer.kt b/src/jsMain/kotlin/tool/computer/JsComputer.kt deleted file mode 100644 index 08595fe..0000000 --- a/src/jsMain/kotlin/tool/computer/JsComputer.kt +++ /dev/null @@ -1,4 +0,0 @@ -package com.xemantic.anthropic.tool.computer - -actual val computerService: ComputerService - get() = TODO("Not yet implemented") diff --git a/src/jsMain/kotlin/tool/editor/JsTextEditor.kt b/src/jsMain/kotlin/tool/editor/JsTextEditor.kt deleted file mode 100644 index 5c0319b..0000000 --- a/src/jsMain/kotlin/tool/editor/JsTextEditor.kt +++ /dev/null @@ -1,4 +0,0 @@ -package com.xemantic.anthropic.tool.editor - -actual val textEditorService: TextEditorService - get() = TODO("Not yet implemented")