test: Unit test for Migrator

Co-authored-by: Andreas <andreas.everos@gmail.com>
Co-authored-by: "Cuong M. Tran" <cuongtran.tm@gmail.com>
This commit is contained in:
Ahmad Ansori Palembani 2024-06-15 12:06:45 +07:00
parent 6fc2624940
commit 9eef555fee
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
3 changed files with 159 additions and 0 deletions

View file

@ -302,6 +302,7 @@ dependencies {
testImplementation(libs.bundles.test)
testRuntimeOnly(libs.bundles.test.runtime)
androidTestImplementation(libs.bundles.test.android)
testImplementation(kotlinx.coroutines.test)
}
tasks {