Skip to content

Commit b8343c9

Browse files
committed
Legger til junit platform launcher i test dependencies.
1 parent 8777600 commit b8343c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies {
4646
implementation(TmsCommonLib.metrics)
4747
implementation(TmsCommonLib.utils)
4848

49-
testImplementation(kotlin("test"))
49+
testImplementation(JunitPlatform.launcher)
5050
testImplementation(Kotest.assertionsCore)
5151
testImplementation(Kotest.runnerJunit5)
5252
testImplementation(Ktor.Test.serverTestHost)

0 commit comments

Comments
 (0)