Skip to content

Commit 4daa950

Browse files
dannyhwdanstepanov
authored andcommitted
fix: tests
1 parent 4e1352e commit 4daa950

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

bun.lockb

0 Bytes
Binary file not shown.

cli/__tests__/__snapshots__/cli-integration.test.ts.snap

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1169,6 +1169,20 @@ exports[`generates a project with --nativewindui --no-install --bun --overwrite:
11691169
"./myTestProject/components/Container.tsx",
11701170
"./myTestProject/components/EditScreenInfo.tsx",
11711171
"./myTestProject/components/HeaderButton.tsx",
1172+
"./myTestProject/components/nativewindui",
1173+
"./myTestProject/components/nativewindui/ActivityIndicator.tsx",
1174+
"./myTestProject/components/nativewindui/Avatar.tsx",
1175+
"./myTestProject/components/nativewindui/Button.tsx",
1176+
"./myTestProject/components/nativewindui/DatePicker",
1177+
"./myTestProject/components/nativewindui/DatePicker/DatePicker.android.tsx",
1178+
"./myTestProject/components/nativewindui/DatePicker/DatePicker.tsx",
1179+
"./myTestProject/components/nativewindui/DatePicker/index.ts",
1180+
"./myTestProject/components/nativewindui/Picker.tsx",
1181+
"./myTestProject/components/nativewindui/ProgressIndicator.tsx",
1182+
"./myTestProject/components/nativewindui/Sheet.tsx",
1183+
"./myTestProject/components/nativewindui/Slider.tsx",
1184+
"./myTestProject/components/nativewindui/Text.tsx",
1185+
"./myTestProject/components/nativewindui/Toggle.tsx",
11721186
"./myTestProject/components/ScreenContent.tsx",
11731187
"./myTestProject/components/TabBarIcon.tsx",
11741188
"./myTestProject/components/ThemeToggle.tsx",

0 commit comments

Comments
 (0)