Skip to content

Commit

Permalink
fix snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Tcharl committed Nov 19, 2024
1 parent 7349a2b commit 648e573
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generators/app/__snapshots__/generator.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ exports[`generator - app with default config should match snapshot 1`] = `
"addOpenapiGeneratorPlugin": undefined,
"addPrettierExtensions": [Function],
"addSpringMilestoneRepository": false,
"angularEntities": [],
"angularLocaleId": "en",
"anyEntityHasRelationshipWithUser": false,
"applicationType": "monolith",
Expand Down Expand Up @@ -476,7 +477,6 @@ exports[`generator - app with default config should match snapshot 1`] = `
"fakerSeed": undefined,
"feignClient": false,
"frontendAppName": "jhipsterApp",
"frontendEntities": [],
"gatewayRoutes": undefined,
"gatewayServerPort": undefined,
"gatewayServicesApiAvailable": undefined,
Expand Down Expand Up @@ -874,6 +874,7 @@ exports[`generator - app with gateway should match snapshot 1`] = `
"addOpenapiGeneratorPlugin": undefined,
"addPrettierExtensions": [Function],
"addSpringMilestoneRepository": false,
"angularEntities": [],
"angularLocaleId": "en",
"anyEntityHasRelationshipWithUser": false,
"applicationType": "gateway",
Expand Down Expand Up @@ -1134,7 +1135,6 @@ exports[`generator - app with gateway should match snapshot 1`] = `
"fakerSeed": undefined,
"feignClient": false,
"frontendAppName": "jhipsterApp",
"frontendEntities": [],
"gatewayRoutes": [],
"gatewayServerPort": undefined,
"gatewayServicesApiAvailable": true,
Expand Down

0 comments on commit 648e573

Please sign in to comment.