Skip to content

Commit

Permalink
chore: import mockk for test
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiinaKin committed Sep 13, 2024
1 parent fbae82a commit a1432fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ val hikariVersion: String by project
val postgresVersion: String by project
val mySQLVersion: String by project
val sqliteVersion: String by project
val mockkVersion: String by project
val version: String by project

plugins {
Expand Down Expand Up @@ -73,7 +74,10 @@ dependencies {
implementation("io.ktor:ktor-server-netty-jvm")
implementation("ch.qos.logback:logback-classic:$logbackVersion")
implementation("io.ktor:ktor-server-config-yaml")

testImplementation("io.mockk:mockk:${mockkVersion}")
testImplementation("io.ktor:ktor-server-test-host-jvm")
testImplementation("io.ktor:ktor-client-content-negotiation")
testImplementation("org.jetbrains.kotlin:kotlin-test-junit:$kotlinVersion")
}

Expand Down
1 change: 1 addition & 0 deletions app/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ hikariVersion=5.1.0
postgresVersion=42.7.3
mySQLVersion=9.0.0
sqliteVersion=3.46.1.0
mockkVersion=1.13.12

development

0 comments on commit a1432fd

Please sign in to comment.