Skip to content

Commit

Permalink
Legger til junit platform launcher i test dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-santa committed Jan 14, 2025
1 parent 8777600 commit b8343c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {
implementation(TmsCommonLib.metrics)
implementation(TmsCommonLib.utils)

testImplementation(kotlin("test"))
testImplementation(JunitPlatform.launcher)
testImplementation(Kotest.assertionsCore)
testImplementation(Kotest.runnerJunit5)
testImplementation(Ktor.Test.serverTestHost)
Expand Down

0 comments on commit b8343c9

Please sign in to comment.