Skip to content

Commit

Permalink
fix: Generate component diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasz Gryzbon committed Oct 14, 2023
1 parent db6fd56 commit 95a4ca7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/kotlin/io/lsdconsulting/junit5/LsdExtension.kt
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ class LsdExtension : TestWatcher, AfterTestExecutionCallback, AfterAllCallback {
}
lsdContext.completeReport(context.displayName)
lsdContext.createIndex()
lsdContext.completeComponentsReport("Combined Component Diagram")
}

private fun isNested(context: ExtensionContext): Boolean {
Expand Down

0 comments on commit 95a4ca7

Please sign in to comment.