Skip to content

Commit

Permalink
infra(BE-121"): kover support
Browse files Browse the repository at this point in the history
 - fix build issue
  • Loading branch information
hanrw committed Nov 22, 2023
1 parent 5b2fa64 commit 24bd647
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
6 changes: 0 additions & 6 deletions shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,6 @@ kotlin {
}
}

tasks {
named<Test>("jvmTest") {
useJUnitPlatform()
}
}

multiplatformSwiftPackage {
swiftToolsVersion("5.9")
targetPlatforms {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
package com.snacks.lemonsqueezy.api

import org.junit.jupiter.api.Assertions.assertEquals
import org.junit.jupiter.api.Test

import org.junit.Assert.assertEquals
import org.junit.Test

class LemonSqueezyApiTest {

Expand Down

0 comments on commit 24bd647

Please sign in to comment.