Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TudorCe committed Jan 20, 2025
1 parent 20ced61 commit 0c0fd6f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/teleport-project-generator/__tests__/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ describe('Generic Project Generator', () => {
extractedResources: {},
mapping: {},
skipValidation: true,
skipI18n: true,
}
)
expect(generator.pageGenerator.generateComponent).toBeCalledTimes(3)
Expand All @@ -147,6 +148,7 @@ describe('Generic Project Generator', () => {
extractedResources: {},
mapping: {},
skipValidation: true,
skipI18n: true,
}
)

Expand Down Expand Up @@ -204,6 +206,7 @@ describe('Generic Project Generator', () => {
projectRouteDefinition: uidl.root.stateDefinitions.route,
mapping: {},
skipValidation: true,
skipI18n: true,
}
)

Expand Down

0 comments on commit 0c0fd6f

Please sign in to comment.