Skip to content

Commit

Permalink
update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Nov 1, 2024
1 parent d175ed1 commit 118b39d
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 @@ -255,6 +255,7 @@ exports[`generator - app with default config should match snapshot 1`] = `
"capitalizedBaseName": "Jhipster",
"caret": undefined,
"cjsExtension": ".cjs",
"cliName": undefined,
"clientBundler": "webpack",
"clientBundlerAny": true,
"clientBundlerVite": false,
Expand Down Expand Up @@ -907,6 +908,7 @@ exports[`generator - app with gateway should match snapshot 1`] = `
"capitalizedBaseName": "Jhipster",
"caret": undefined,
"cjsExtension": ".cjs",
"cliName": undefined,
"clientBundler": "webpack",
"clientBundlerAny": true,
"clientBundlerVite": false,
Expand Down Expand Up @@ -1554,6 +1556,7 @@ exports[`generator - app with microservice should match snapshot 1`] = `
"capitalizedBaseName": "Jhipster",
"caret": undefined,
"cjsExtension": ".cjs",
"cliName": undefined,
"clientBundler": undefined,
"clientBundlerAny": true,
"clientBundlerVite": false,
Expand Down

0 comments on commit 118b39d

Please sign in to comment.