Skip to content

Commit

Permalink
feat: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejpetras committed Apr 16, 2024
1 parent ae652ca commit e47fef9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ private static MicrofrontendSpec createSpec(String appId, String productName, St
spec.setRemoteEntry("re");
spec.setClassifications(Set.of("c1", "c2"));
spec.setEndpoints(List.of(e));
spec.setDeprecated(false);
spec.setType(MicrofrontendSpec.Microfrontend.COMPONENT);
return spec;
}

Expand Down

0 comments on commit e47fef9

Please sign in to comment.