Skip to content

Commit

Permalink
update test for native generator v2
Browse files Browse the repository at this point in the history
  • Loading branch information
29Hido committed Mar 28, 2024
1 parent 666215e commit 6ca7a1c
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions src/generators/ReactNativeGeneratorV2.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,27 @@ test("Generate a React Native V2 app", () => {
generator.generate(api, resource, tmpobj.name);

[
"/lib/hooks.ts",
"/lib/store.ts",
"/lib/types/ApiResource.ts",
"/lib/types/HydraView.ts",
"/lib/types/Logs.ts",
"/lib/factory/logFactory.ts",
"/lib/types/HydraResponse.ts",
"/lib/utils/Logs.ts",
"/lib/utils/icons.tsx",
"/lib/utils/Logs.ts",
"/lib/utils/mercure.ts",
"/lib/hooks/data.ts",
"/lib/hooks/mercure.ts",
"/lib/hooks/modal.ts",
"/lib/hooks/notifications.ts",
"/config/entrypoint.js",
"/components/Main.tsx",
"/components/Navigation.tsx",
"/components/StoreProvider.tsx",
"/components/ConfirmModal.tsx",
"/app/_layout.tsx.dist",

"/app/(tabs)/abcs.tsx",
"/lib/slices/abcSlice.ts",
"/lib/api/abcApi.ts",
"/lib/types/Abc.ts",
"/components/abc/Context.ts",
"/components/abc/CreateEditModal.tsx",
"/components/abc/Form.tsx",
"/components/abc/LogsRenderer.tsx",
Expand Down

0 comments on commit 6ca7a1c

Please sign in to comment.