Skip to content

Commit

Permalink
Revert "Try downgrading Karma to enable WASM tests"
Browse files Browse the repository at this point in the history
This reverts commit 330b4b8.
  • Loading branch information
krzema12 committed Jan 7, 2025
1 parent 0490f2b commit b69785f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 12 deletions.
6 changes: 0 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import buildsrc.utils.configureGradleDaemonJvm
import org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsRootExtension
import org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsRootPlugin

plugins {
buildsrc.conventions.lang.`kotlin-multiplatform`
Expand Down Expand Up @@ -60,10 +58,6 @@ tasks.withType<Test>().configureEach {
)
}

rootProject.plugins.withType<NodeJsRootPlugin> {
rootProject.the<NodeJsRootExtension>().versions.karma.version = "6.4.3"
}

dokkatoo {
moduleName = "SnakeYAML Engine KMP"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,20 @@ kotlin {
//region Wasm Targets
wasmJs {
binaries.library()
browser()
nodejs()
browser {
testTask {
// Disabled to unblock releasing of the lib.
// See https://github.com/krzema12/snakeyaml-engine-kmp/issues/320
enabled = false
}
}
nodejs {
testTask {
// Disabled to unblock releasing of the lib.
// See https://github.com/krzema12/snakeyaml-engine-kmp/issues/320
enabled = false
}
}
}

// Disable Wasi: No matching variant of io.kotest:kotest-framework-engine:5.9.0 was found
Expand Down
8 changes: 4 additions & 4 deletions gradle/kotlin-js-store/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1108,10 +1108,10 @@ [email protected]:
minimatch "^9.0.3"
webpack-merge "^4.1.5"

[email protected].3:
version "6.4.3"
resolved "https://registry.yarnpkg.com/karma/-/karma-6.4.3.tgz#763e500f99597218bbb536de1a14acc4ceea7ce8"
integrity sha512-LuucC/RE92tJ8mlCwqEoRWXP38UMAqpnq98vktmS9SznSoUPPUJQbc91dHcxcunROvfQjdORVA/YFviH+Xci9Q==
[email protected].4:
version "6.4.4"
resolved "https://registry.yarnpkg.com/karma/-/karma-6.4.4.tgz#dfa5a426cf5a8b53b43cd54ef0d0d09742351492"
integrity sha512-LrtUxbdvt1gOpo3gxG+VAJlJAEMhbWlM4YrFQgql98FwF7+K8K12LYO4hnDdUkNjeztYrOXEMqgTajSWgmtI/w==
dependencies:
"@colors/colors" "1.5.0"
body-parser "^1.19.0"
Expand Down

0 comments on commit b69785f

Please sign in to comment.