feat(core): move test utils to a proper package

This commit is contained in:
Ludovic DEHON
2024-06-14 14:18:37 +02:00
parent 8370798669
commit bd5d5c5758
18 changed files with 25 additions and 3 deletions

View File

@@ -4,6 +4,8 @@ configurations {
dependencies {
testImplementation project(":core")
testImplementation project(':core').sourceSets.test.output
api project(":repository-memory")
testImplementation project(':tests')
}