Skip to content

Commit

Permalink
test: add test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Yimin-Jin committed Jan 20, 2025
1 parent f1a5b8a commit a9ef938
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,14 @@ describe("TemplateGenerator", () => {
},
TemplateNames.Tab,
],
[
{
[QuestionNames.Capabilities]: CapabilityOptions.tab().id,
[QuestionNames.ProgrammingLanguage]: ProgrammingLanguage.CSharp,
targetFramework: "net9.0",
},
TemplateNames.Tab,
],
]);

setTools(new MockTools());
Expand Down

0 comments on commit a9ef938

Please sign in to comment.