Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ascott18 committed Jan 24, 2025
1 parent 5966fd0 commit f61557e
Show file tree
Hide file tree
Showing 9 changed files with 1,245 additions and 2,795 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ protected async Task AssertVueSuiteTypescriptOutputCompiles(IRootGenerator suite
$$"""
{
"compilerOptions": {
"target": "ES2021",
"target": "ES2022",
"strict": true,
"moduleResolution": "node",
"verbatimModuleSyntax": true,
Expand Down Expand Up @@ -135,7 +135,7 @@ public void SecurityOverviewDataGenerates()
new BehaviorsFactory(services, ReflectionRepositoryFactory.Reflection)
);

// We serialize here to force evaulation of all the lazy IEnumerables in the data.
// We serialize here to force evaluation of all the lazy IEnumerables in the data.
// Otherwise, we wouldn't be testing very much here.
// We're ultimately just testing that this doesn't throw right now.
// Not looking for any specific output.
Expand Down
Loading

0 comments on commit f61557e

Please sign in to comment.