Merge pull request #6695 from alvasw/enable_tests

Re-enable all tests
This commit is contained in:
Alejandro García 2023-05-13 16:24:05 +00:00 committed by GitHub
commit e442483642
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,4 +24,10 @@ dependencies {
testImplementation libs.junit.jupiter.api
testImplementation libs.junit.jupiter.params
testImplementation libs.mockito
testRuntimeOnly libs.junit.jupiter.engine
}
test {
useJUnitPlatform()
}