Skip to content

Commit

Permalink
#278 ensure unused templates are still generated
Browse files Browse the repository at this point in the history
  • Loading branch information
casid committed Oct 1, 2023
1 parent 7cb7ff1 commit cc17d60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions jte/src/test/java/gg/jte/TemplateEngine_ModulesTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ void emptyTopLevelModule_generateAll() {
assertThat(templates).containsExactlyInAnyOrder(
"gg/jte/generated/ondemand/apexcharts/JtelinechartGenerated.java",
"gg/jte/generated/ondemand/checkout/JtepageGenerated.java",
"gg/jte/generated/ondemand/checkout/JteunusedGenerated.java",
"gg/jte/generated/ondemand/core/JtelayoutGenerated.java",
"gg/jte/generated/ondemand/core/component/JtecssGenerated.java"
);
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
I'm not used but should still be generated!

0 comments on commit cc17d60

Please sign in to comment.