Skip to content

Commit

Permalink
update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Tcharl committed Nov 2, 2024
1 parent a85a96e commit e837031
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 @@ -475,6 +475,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 @@ -485,6 +486,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 @@ -1130,6 +1132,7 @@ exports[`generator - app with gateway should match snapshot 1`] = `
"fakerSeed": undefined,
"feignClient": false,
"frontendAppName": "jhipsterApp",
"frontendEntities": [],
"gatewayRoutes": [],
"gatewayServerPort": undefined,
"gatewayServicesApiAvailable": true,
Expand All @@ -1140,6 +1143,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 e837031

Please sign in to comment.