Skip to content

Commit

Permalink
delete commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimly Asshiddiqy committed Nov 13, 2024
1 parent 9782681 commit 7afaa22
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions Habitica/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -237,22 +237,6 @@ tasks.withType<Test> {
}))
}

//tasks.withType(Test).configureEach {
// testLogging {
// events "passed", "skipped", "failed", "standardError"
// outputs.upToDateWhen {false}
//
// afterSuite { desc, result ->
// if (!desc.parent) { // will match the outermost suite
// def output = "Results: ${result.resultType} (${result.testCount} tests, ${result.successfulTestCount} passed, ${result.failedTestCount} failed, ${result.skippedTestCount} skipped)"
// def startItem = '| ', endItem = ' |'
// def repeatLength = startItem.length() + output.length() + endItem.length()
// println('\n' + ('-' * repeatLength) + '\n' + startItem + output + endItem + '\n' + ('-' * repeatLength))
// }
// }
// }
//}

dependencies {
implementation(project(":common"))
implementation(project(":shared"))
Expand Down

0 comments on commit 7afaa22

Please sign in to comment.