Skip to content

Commit

Permalink
Disable browser JS testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mrapplexz committed Aug 22, 2020
1 parent ad69d80 commit b391803
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
projectVersion=1.9.1
projectChangelog=Remove legacy JavaScript testing stuff
projectVersion=1.9.2
projectChangelog=Disable browser JS testing

projectDescription=A Gradle plugin that simplifies the creation of %type% multiplatform Kotlin projects.

Expand All @@ -8,4 +8,4 @@ dokkaVersion=0.10.1
pluginPublishVersion=0.12.0
githubReleaseVersion=2.2.12
androidBuildToolsVersion=3.6.3
ideaExtVersion=0.8.1
ideaExtVersion=0.8.1
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,6 @@ class JsPlatformConfig(project: Project) : PlatformConfig(project)
val JsPlatform = platform("js", listOf("jsTest"), { JsPlatformConfig(it) }) { ext ->
kotlinMpp {
js {
browser {
testTask {
useKarma {
useChromeHeadless()
usePhantomJS()
useFirefoxHeadless()
useOpera()
useSafari()
useIe()
}
}
}
nodejs {
testTask {
useMocha()
Expand All @@ -53,4 +41,4 @@ val JsPlatform = platform("js", listOf("jsTest"), { JsPlatformConfig(it) }) { ex
}
}
}
}
}

0 comments on commit b391803

Please sign in to comment.