Skip to content

Commit

Permalink
update snapshot and test
Browse files Browse the repository at this point in the history
  • Loading branch information
hide212131 committed Feb 29, 2024
1 parent ef45141 commit 3fc5614
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 34 deletions.
6 changes: 0 additions & 6 deletions generators/app/__snapshots__/generator.spec.mjs.snap
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ exports[`SubGenerator app of reactNative JHipster blueprint > run > should succe
"../client/.prettierignore": {
"stateCleared": "modified",
},
"../client/.prettierrc.js": {
"stateCleared": "modified",
},
"../client/.prettierrc.yml": {
"stateCleared": "modified",
},
Expand Down Expand Up @@ -523,9 +520,6 @@ exports[`SubGenerator app of reactNative JHipster blueprint > with custom reactN
"../reactNative-app/.prettierignore": {
"stateCleared": "modified",
},
"../reactNative-app/.prettierrc.js": {
"stateCleared": "modified",
},
"../reactNative-app/.prettierrc.yml": {
"stateCleared": "modified",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ exports[`SubGenerator reactNative of reactNative JHipster blueprint > Entity Tes
".prettierignore": {
"stateCleared": "modified",
},
".prettierrc.js": {
"stateCleared": "modified",
},
".prettierrc.yml": {
"stateCleared": "modified",
},
Expand Down Expand Up @@ -532,9 +529,6 @@ exports[`SubGenerator reactNative of reactNative JHipster blueprint > Entity Tes
".prettierignore": {
"stateCleared": "modified",
},
".prettierrc.js": {
"stateCleared": "modified",
},
".prettierrc.yml": {
"stateCleared": "modified",
},
Expand Down Expand Up @@ -1011,9 +1005,6 @@ exports[`SubGenerator reactNative of reactNative JHipster blueprint > Entity Tes
".prettierignore": {
"stateCleared": "modified",
},
".prettierrc.js": {
"stateCleared": "modified",
},
".prettierrc.yml": {
"stateCleared": "modified",
},
Expand Down
18 changes: 0 additions & 18 deletions generators/react-native/__snapshots__/generator.spec.mjs.snap
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ exports[`SubGenerator reactNative of reactNative JHipster blueprint > WebSocket
".prettierignore": {
"stateCleared": "modified",
},
".prettierrc.js": {
"stateCleared": "modified",
},
".prettierrc.yml": {
"stateCleared": "modified",
},
Expand Down Expand Up @@ -463,9 +460,6 @@ exports[`SubGenerator reactNative of reactNative JHipster blueprint > WebSocket
".prettierignore": {
"stateCleared": "modified",
},
".prettierrc.js": {
"stateCleared": "modified",
},
".prettierrc.yml": {
"stateCleared": "modified",
},
Expand Down Expand Up @@ -924,9 +918,6 @@ exports[`SubGenerator reactNative of reactNative JHipster blueprint > WebSocket
".prettierignore": {
"stateCleared": "modified",
},
".prettierrc.js": {
"stateCleared": "modified",
},
".prettierrc.yml": {
"stateCleared": "modified",
},
Expand Down Expand Up @@ -1388,9 +1379,6 @@ exports[`SubGenerator reactNative of reactNative JHipster blueprint > WebSocket
".prettierignore": {
"stateCleared": "modified",
},
".prettierrc.js": {
"stateCleared": "modified",
},
".prettierrc.yml": {
"stateCleared": "modified",
},
Expand Down Expand Up @@ -1876,9 +1864,6 @@ exports[`SubGenerator reactNative of reactNative JHipster blueprint > WebSocket
".prettierignore": {
"stateCleared": "modified",
},
".prettierrc.js": {
"stateCleared": "modified",
},
".prettierrc.yml": {
"stateCleared": "modified",
},
Expand Down Expand Up @@ -2295,9 +2280,6 @@ exports[`SubGenerator reactNative of reactNative JHipster blueprint > WebSocket
".prettierignore": {
"stateCleared": "modified",
},
".prettierrc.js": {
"stateCleared": "modified",
},
".prettierrc.yml": {
"stateCleared": "modified",
},
Expand Down
2 changes: 1 addition & 1 deletion test/expected-files.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const expectedFiles = {
defaultApp: [
'.prettierignore',
'.prettierrc.js',
'.prettierrc.yml',
'.editorconfig',
'.eslintrc.js',
'.gitattributes',
Expand Down

0 comments on commit 3fc5614

Please sign in to comment.