Add tests for SQLDelight database

Signed-off-by: Aditya Wasan <adityawasan55@gmail.com>
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Aditya Wasan 2020-11-14 03:25:05 +05:30 committed by Harsh Shandilya
parent f3b02e8fc2
commit 62d7590501
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
2 changed files with 228 additions and 0 deletions

View file

@ -7,4 +7,8 @@ plugins {
dependencies {
implementation(project(":model"))
implementation(Dependencies.ThirdParty.Moshi.lib)
testImplementation(Dependencies.Kotlin.Coroutines.core)
testImplementation(Dependencies.ThirdParty.SQLDelight.jvmDriver)
testImplementation(Dependencies.Testing.junit)
}