Skip to content

Commit

Permalink
update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Nov 10, 2023
1 parent bf366d9 commit d83f0c6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 79 deletions.
33 changes: 0 additions & 33 deletions generators/app/__snapshots__/generator.spec.mts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,6 @@ exports[`generator - app with default config should match snapshot 1`] = `
"jwtSecretKey": "SECRET--64",
"languages": [
"en",
"fr",
],
"languagesDefinition": [
{
Expand All @@ -425,16 +424,6 @@ exports[`generator - app with default config should match snapshot 1`] = `
"name": "English",
"rtl": false,
},
{
"angularLocale": "fr",
"dayjsLocale": "fr",
"displayName": "Français",
"fakerjsLocale": "fr",
"javaLocaleMessageSourceSuffix": "fr",
"languageTag": "fr",
"name": "French",
"rtl": false,
},
],
"liquibaseAddH2Properties": false,
"liquibaseDefaultSchemaName": "",
Expand Down Expand Up @@ -981,7 +970,6 @@ exports[`generator - app with gateway should match snapshot 1`] = `
"jwtSecretKey": Any<String>,
"languages": [
"en",
"fr",
],
"languagesDefinition": [
{
Expand All @@ -994,16 +982,6 @@ exports[`generator - app with gateway should match snapshot 1`] = `
"name": "English",
"rtl": false,
},
{
"angularLocale": "fr",
"dayjsLocale": "fr",
"displayName": "Français",
"fakerjsLocale": "fr",
"javaLocaleMessageSourceSuffix": "fr",
"languageTag": "fr",
"name": "French",
"rtl": false,
},
],
"liquibaseAddH2Properties": false,
"liquibaseDefaultSchemaName": "",
Expand Down Expand Up @@ -1551,7 +1529,6 @@ exports[`generator - app with microservice should match snapshot 1`] = `
"jwtSecretKey": Any<String>,
"languages": [
"en",
"fr",
],
"languagesDefinition": [
{
Expand All @@ -1564,16 +1541,6 @@ exports[`generator - app with microservice should match snapshot 1`] = `
"name": "English",
"rtl": false,
},
{
"angularLocale": "fr",
"dayjsLocale": "fr",
"displayName": "Français",
"fakerjsLocale": "fr",
"javaLocaleMessageSourceSuffix": "fr",
"languageTag": "fr",
"name": "French",
"rtl": false,
},
],
"liquibaseAddH2Properties": false,
"liquibaseDefaultSchemaName": "",
Expand Down
40 changes: 0 additions & 40 deletions generators/entities/__snapshots__/generator.spec.mts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -266,15 +266,6 @@ exports[`generator - entities regenerating all entities should match snapshot 1`
"src/main/webapp/i18n/en/skip.json": {
"stateCleared": "modified",
},
"src/main/webapp/i18n/fr/bar.json": {
"stateCleared": "modified",
},
"src/main/webapp/i18n/fr/foo.json": {
"stateCleared": "modified",
},
"src/main/webapp/i18n/fr/skip.json": {
"stateCleared": "modified",
},
"src/test/java/com/mycompany/myapp/domain/BarTest.java": {
"stateCleared": "modified",
},
Expand Down Expand Up @@ -337,31 +328,16 @@ exports[`generator - entities regenerating all entities should match source call
"translationKey": "foo",
"translationValue": "Foo",
},
{
"language": "fr",
"translationKey": "foo",
"translationValue": "Foo",
},
{
"language": "en",
"translationKey": "bar",
"translationValue": "Bar",
},
{
"language": "fr",
"translationKey": "bar",
"translationValue": "Bar",
},
{
"language": "en",
"translationKey": "skip",
"translationValue": "Skip",
},
{
"language": "fr",
"translationKey": "skip",
"translationValue": "Skip",
},
],
"addLiquibaseChangelog": [
{
Expand Down Expand Up @@ -565,12 +541,6 @@ exports[`generator - entities regenerating some entities should match snapshot 1
"src/main/webapp/i18n/en/foo.json": {
"stateCleared": "modified",
},
"src/main/webapp/i18n/fr/bar.json": {
"stateCleared": "modified",
},
"src/main/webapp/i18n/fr/foo.json": {
"stateCleared": "modified",
},
"src/test/java/com/mycompany/myapp/domain/BarTest.java": {
"stateCleared": "modified",
},
Expand Down Expand Up @@ -619,21 +589,11 @@ exports[`generator - entities regenerating some entities should match source cal
"translationKey": "foo",
"translationValue": "Foo",
},
{
"language": "fr",
"translationKey": "foo",
"translationValue": "Foo",
},
{
"language": "en",
"translationKey": "bar",
"translationValue": "Bar",
},
{
"language": "fr",
"translationKey": "bar",
"translationValue": "Bar",
},
],
"addLiquibaseChangelog": [
{
Expand Down
6 changes: 0 additions & 6 deletions generators/server/__snapshots__/generator.spec.mjs.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1061,9 +1061,6 @@ exports[`generator - server with entities should match files snapshot 1`] = `
"src/main/resources/i18n/messages_en.properties": {
"stateCleared": "modified",
},
"src/main/resources/i18n/messages_fr.properties": {
"stateCleared": "modified",
},
"src/main/resources/logback-spring.xml": {
"stateCleared": "modified",
},
Expand Down Expand Up @@ -1211,9 +1208,6 @@ exports[`generator - server with entities should match files snapshot 1`] = `
"src/test/resources/i18n/messages_en.properties": {
"stateCleared": "modified",
},
"src/test/resources/i18n/messages_fr.properties": {
"stateCleared": "modified",
},
"src/test/resources/junit-platform.properties": {
"stateCleared": "modified",
},
Expand Down

0 comments on commit d83f0c6

Please sign in to comment.