Skip to content

Commit

Permalink
Make unit tests runnable from command line.
Browse files Browse the repository at this point in the history
  • Loading branch information
mczernek committed Mar 2, 2020
1 parent be297d8 commit 0a5141c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/expo-av/android/build.gradle
Expand Up @@ -61,6 +61,13 @@ android {
sourceCompatibility = '1.8'
targetCompatibility = '1.8'
}

testOptions {
unitTests.all {
useJUnitPlatform()
}
}

}

if (new File(rootProject.projectDir.parentFile, 'package.json').exists()) {
Expand Down

0 comments on commit 0a5141c

Please sign in to comment.