mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 16:27:06 +05:30
refactor: migrate all tests to kotest
This commit is contained in:
parent
8eec09e832
commit
eba5d64998
6 changed files with 125 additions and 144 deletions
|
@ -33,7 +33,8 @@ dependencies {
|
|||
implementation(projects.core)
|
||||
implementation(libs.sqldelight.androidDriver)
|
||||
implementation(libs.sqldelight.primitiveAdapters)
|
||||
testImplementation(libs.sqldelight.jvmDriver)
|
||||
testImplementation(libs.kotest.assertions.core)
|
||||
testImplementation(libs.kotest.runner.junit5)
|
||||
testImplementation(libs.kotlinx.coroutines.core)
|
||||
testImplementation(kotlin("test-junit"))
|
||||
testImplementation(libs.sqldelight.jvmDriver)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue