test(config): 补充一部分 AppPaths 的单元测试项目.

补充了针对 AppPaths.defaultInitializer() 和 AppPaths.DATA_ROOT 的单元测试项.
其他的有待补充.
This commit is contained in:
2022-05-04 02:00:01 +08:00
parent 7b985ce325
commit 27f54c3c36
2 changed files with 96 additions and 1 deletions

View File

@ -35,6 +35,7 @@ dependencies {
implementation("io.prometheus:simpleclient_httpserver:0.15.0")
testImplementation(kotlin("test"))
testImplementation("io.mockk:mockk:1.12.3")
}
tasks.test {