Add comment "For Robolectric".

Change-Id: I85f9d6c4609e952243cede64ee50d7b857ce14ce
pull/1444/head
Jaehwa Noh 1 year ago
parent 177a709d22
commit 8973c30090

@ -24,6 +24,7 @@ internal fun Project.configureTestOptions(
) { ) {
commonExtension.apply { commonExtension.apply {
testOptions { testOptions {
// For Robolectric
unitTests { unitTests {
isIncludeAndroidResources = true isIncludeAndroidResources = true
} }

Loading…
Cancel
Save