Skip to content

Commit

Permalink
update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Sep 26, 2024
1 parent e95e6bc commit b2e86f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions generators/app/__snapshots__/generator.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ exports[`generator - app with default config should match snapshot 1`] = `
"cacheProviderRedis": false,
"camelizedBaseName": "jhipster",
"capitalizedBaseName": "Jhipster",
"caret": undefined,
"cjsExtension": ".cjs",
"clientDistDir": "target/classes/static/",
"clientFramework": "angular",
Expand Down Expand Up @@ -891,6 +892,7 @@ exports[`generator - app with gateway should match snapshot 1`] = `
"cacheProviderRedis": false,
"camelizedBaseName": "jhipster",
"capitalizedBaseName": "Jhipster",
"caret": undefined,
"cjsExtension": ".cjs",
"clientDistDir": "target/classes/static/",
"clientFramework": "angular",
Expand Down Expand Up @@ -1525,6 +1527,7 @@ exports[`generator - app with microservice should match snapshot 1`] = `
"cacheProviderRedis": false,
"camelizedBaseName": "jhipster",
"capitalizedBaseName": "Jhipster",
"caret": undefined,
"cjsExtension": ".cjs",
"clientDistDir": "target/classes/static/",
"clientFramework": "no",
Expand Down

0 comments on commit b2e86f0

Please sign in to comment.