File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
packages/core/__tests__/unit Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -1445,7 +1445,6 @@ export default defineConfig({
14451445
14461446 // Verify config was updated with new plugins array
14471447 const updatedContent = fs . readFileSync ( 'vite.config.ts' , 'utf-8' ) ;
1448- console . log ( '\n📄 Config without plugins array:' ) ;
14491448 console . log ( updatedContent ) ;
14501449
14511450 assert ( updatedContent . includes ( '@austinserb/react-zero-ui/vite' ) , 'Should add Zero-UI import' ) ;
@@ -1478,7 +1477,6 @@ export default defineConfig({
14781477
14791478 // Verify config was updated
14801479 const updatedContent = fs . readFileSync ( 'vite.config.ts' , 'utf-8' ) ;
1481- console . log ( '\n📄 Empty plugins array:' ) ;
14821480 console . log ( updatedContent ) ;
14831481
14841482 assert ( updatedContent . includes ( '@austinserb/react-zero-ui/vite' ) , 'Should add Zero-UI import' ) ;
You can’t perform that action at this time.
0 commit comments