Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

Commit ad11d0f

Browse files
committedJun 4, 2024·
build: Add missing Kotest Gradle plugin, fix #38
Also: simplify build config, add yarn.lock
1 parent 3e590b6 commit ad11d0f

File tree

2 files changed

+2884
-9
lines changed

2 files changed

+2884
-9
lines changed
 

‎build.gradle.kts

+4-9
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ buildscript {
99
@Suppress("DSL_SCOPE_VIOLATION")
1010
plugins {
1111
alias(libs.plugins.kotlin.multiplatform)
12+
alias(libs.plugins.kotest.multiplatform)
1213
}
1314

1415
repositories {
@@ -18,15 +19,9 @@ repositories {
1819
}
1920

2021
kotlin {
21-
targets {
22-
js(IR) {
23-
browser {
24-
testTask {
25-
useMocha()
26-
}
27-
}
28-
binaries.executable()
29-
}
22+
js(IR) {
23+
browser()
24+
binaries.executable()
3025
}
3126
sourceSets {
3227
val jsMain by getting {

‎kotlin-js-store/yarn.lock

+2,880
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
This repository has been archived.