Skip to content

Commit

Permalink
update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Tcharl committed Nov 3, 2024
1 parent d2aded8 commit fc543db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions generators/app/__snapshots__/generator.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,7 @@ exports[`generator - app with default config should match snapshot 1`] = `
"fakerSeed": undefined,
"feignClient": false,
"frontendAppName": "jhipsterApp",
"frontendEntities": [],
"gatewayRoutes": undefined,
"gatewayServerPort": undefined,
"gatewayServicesApiAvailable": undefined,
Expand All @@ -486,6 +487,7 @@ exports[`generator - app with default config should match snapshot 1`] = `
"generateInMemoryUserCredentials": false,
"generateSpringAuditor": true,
"generateUserManagement": true,
"getTypescriptKeyType": [Function],
"githubRepository": undefined,
"githubWorkflows": undefined,
"graalvmSupport": undefined,
Expand Down Expand Up @@ -1132,6 +1134,7 @@ exports[`generator - app with gateway should match snapshot 1`] = `
"fakerSeed": undefined,
"feignClient": false,
"frontendAppName": "jhipsterApp",
"frontendEntities": [],
"gatewayRoutes": [],
"gatewayServerPort": undefined,
"gatewayServicesApiAvailable": true,
Expand All @@ -1142,6 +1145,7 @@ exports[`generator - app with gateway should match snapshot 1`] = `
"generateInMemoryUserCredentials": false,
"generateSpringAuditor": true,
"generateUserManagement": true,
"getTypescriptKeyType": [Function],
"githubRepository": undefined,
"githubWorkflows": undefined,
"graalvmSupport": undefined,
Expand Down

0 comments on commit fc543db

Please sign in to comment.