[fenix] For https://github.com/mozilla-mobile/fenix/issues/15707: correctly configure JUnit for mozilla-detekt-rules.

Without this, the tests would not run from the command line though they
could run in Android Studio.
pull/600/head
Michael Comella 4 years ago committed by Michael Comella
parent ce90102a75
commit 5ed416405e

@ -15,3 +15,6 @@ dependencies {
testRuntimeOnly Deps.junitEngine
}
test {
useJUnitPlatform {}
}

Loading…
Cancel
Save