Skip to content

Commit 19afa98

Browse files
committed
fix: update globalSetup.vite.js to use correct fixture path
1 parent d95b7ac commit 19afa98

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/core/__tests__/unit/index.test.cjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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');

0 commit comments

Comments
 (0)