Skip to content

Commit

Permalink
convert to ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Jun 7, 2024
1 parent c1e84d5 commit cfcdd5c
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions generators/app/__snapshots__/generator.spec.mjs.snap
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ exports[`SubGenerator app of reactNative JHipster blueprint > run > should succe
"../client/storybook/stories.js": {
"stateCleared": "modified",
},
"../client/storybook/storybook.requires.js": {
"../client/storybook/storybook.requires.ts": {
"stateCleared": "modified",
},
"../client/test/setup.js": {
Expand Down Expand Up @@ -895,7 +895,7 @@ exports[`SubGenerator app of reactNative JHipster blueprint > with custom reactN
"../reactNative-app/storybook/stories.js": {
"stateCleared": "modified",
},
"../reactNative-app/storybook/storybook.requires.js": {
"../reactNative-app/storybook/storybook.requires.ts": {
"stateCleared": "modified",
},
"../reactNative-app/test/setup.js": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ exports[`SubGenerator reactNative of reactNative JHipster blueprint > Entity Tes
"storybook/stories.js": {
"stateCleared": "modified",
},
"storybook/storybook.requires.js": {
"storybook/storybook.requires.ts": {
"stateCleared": "modified",
},
"test/setup.js": {
Expand Down Expand Up @@ -910,7 +910,7 @@ exports[`SubGenerator reactNative of reactNative JHipster blueprint > Entity Tes
"storybook/stories.js": {
"stateCleared": "modified",
},
"storybook/storybook.requires.js": {
"storybook/storybook.requires.ts": {
"stateCleared": "modified",
},
"test/setup.js": {
Expand Down Expand Up @@ -1419,7 +1419,7 @@ exports[`SubGenerator reactNative of reactNative JHipster blueprint > Entity Tes
"storybook/stories.js": {
"stateCleared": "modified",
},
"storybook/storybook.requires.js": {
"storybook/storybook.requires.ts": {
"stateCleared": "modified",
},
"test/setup.js": {
Expand Down
12 changes: 6 additions & 6 deletions generators/react-native/__snapshots__/generator.spec.mjs.snap
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ exports[`SubGenerator reactNative of reactNative JHipster blueprint > WebSocket
"storybook/stories.js": {
"stateCleared": "modified",
},
"storybook/storybook.requires.js": {
"storybook/storybook.requires.ts": {
"stateCleared": "modified",
},
"test/setup.js": {
Expand Down Expand Up @@ -835,7 +835,7 @@ exports[`SubGenerator reactNative of reactNative JHipster blueprint > WebSocket
"storybook/stories.js": {
"stateCleared": "modified",
},
"storybook/storybook.requires.js": {
"storybook/storybook.requires.ts": {
"stateCleared": "modified",
},
"test/setup.js": {
Expand Down Expand Up @@ -1287,7 +1287,7 @@ exports[`SubGenerator reactNative of reactNative JHipster blueprint > WebSocket
"storybook/stories.js": {
"stateCleared": "modified",
},
"storybook/storybook.requires.js": {
"storybook/storybook.requires.ts": {
"stateCleared": "modified",
},
"test/setup.js": {
Expand Down Expand Up @@ -1778,7 +1778,7 @@ exports[`SubGenerator reactNative of reactNative JHipster blueprint > WebSocket
"storybook/stories.js": {
"stateCleared": "modified",
},
"storybook/storybook.requires.js": {
"storybook/storybook.requires.ts": {
"stateCleared": "modified",
},
"test/setup.js": {
Expand Down Expand Up @@ -2212,7 +2212,7 @@ exports[`SubGenerator reactNative of reactNative JHipster blueprint > WebSocket
"storybook/stories.js": {
"stateCleared": "modified",
},
"storybook/storybook.requires.js": {
"storybook/storybook.requires.ts": {
"stateCleared": "modified",
},
"test/setup.js": {
Expand Down Expand Up @@ -2649,7 +2649,7 @@ exports[`SubGenerator reactNative of reactNative JHipster blueprint > WebSocket
"storybook/stories.js": {
"stateCleared": "modified",
},
"storybook/storybook.requires.js": {
"storybook/storybook.requires.ts": {
"stateCleared": "modified",
},
"test/setup.js": {
Expand Down
2 changes: 1 addition & 1 deletion generators/react-native/files.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ const files = {
'patches/react-native-sectioned-multi-select+0.8.1.patch',
'storybook/addons.js',
'storybook/index.js',
'storybook/storybook.requires.js',
'storybook/storybook.requires.ts',
'storybook/stories.js',
'test/spec/shared/components/alert-message/alert-message.spec.js',
'test/spec/shared/components/rounded-button/rounded-button.spec.js',
Expand Down

0 comments on commit cfcdd5c

Please sign in to comment.