File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ describe('Setup Script', () => {
5151 const content = fs . readFileSync ( setupScriptPath , 'utf8' ) ;
5252
5353 // Check for progress tracking
54- expect ( content ) . toContain ( 'TOTAL_STEPS=8 ' ) ;
54+ expect ( content ) . toContain ( 'TOTAL_STEPS=9 ' ) ;
5555 expect ( content ) . toContain ( 'CURRENT_STEP=0' ) ;
5656 expect ( content ) . toContain ( 'START_TIME=' ) ;
5757 } ) ;
@@ -67,7 +67,8 @@ describe('Setup Script', () => {
6767 expect ( content ) . toContain ( 'Step 5: Yarn Package Manager' ) ;
6868 expect ( content ) . toContain ( 'Step 6: Project Dependencies' ) ;
6969 expect ( content ) . toContain ( 'Step 7: iOS Dependencies' ) ;
70- expect ( content ) . toContain ( 'Step 8: Final Setup' ) ;
70+ expect ( content ) . toContain ( 'Step 8: Install Maestro' ) ;
71+ expect ( content ) . toContain ( 'Step 9: Final Setup' ) ;
7172 } ) ;
7273
7374 test ( 'setup script should have enhanced user feedback' , ( ) => {
You can’t perform that action at this time.
0 commit comments