Skip to content

Commit

Permalink
Refactoring tests
Browse files Browse the repository at this point in the history
  • Loading branch information
deusaquilus committed Feb 1, 2024
1 parent 5d43ce9 commit 42426b3
Show file tree
Hide file tree
Showing 8 changed files with 1,020 additions and 928 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ build/
!gradle/wrapper/gradle-wrapper.jar
!**/src/main/**/build/
!**/src/test/**/build/
kotlin-js-store/

### IntelliJ IDEA ###
.idea/modules.xml
Expand Down
6 changes: 6 additions & 0 deletions pprint-kotlin-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ kotlin {

linuxX64()

js {
browser()
nodejs()
}

sourceSets {
commonMain {
dependencies {
Expand All @@ -30,6 +35,7 @@ kotlin {
dependencies {
implementation("io.kotest:kotest-assertions-core:5.8.0")
implementation("io.kotest:kotest-framework-engine:5.8.0")
implementation(kotlin("test"))
implementation(kotlin("test-common"))
implementation(kotlin("test-annotations-common"))
}
Expand Down
Loading

0 comments on commit 42426b3

Please sign in to comment.