Skip to content

Commit 5ad1ae7

Browse files
Brooooooklynclaude
andcommitted
style(cli): drop duplicate comment above plugins shim loop
The constant declaration's comment already explains why the loop exists. Restating it at the loop site is noise — the reviewer flagged it during code review. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent c2e0b04 commit 5ad1ae7

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

packages/cli/build.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -495,9 +495,6 @@ async function syncTestPackageExports() {
495495
generatedExports['./test/browser-compat'] = await createBrowserCompatExport(testDistDir);
496496
console.log(' Created ./test/browser-compat');
497497

498-
// Restore the `./test/plugins/<name>` surface that the removed
499-
// `@voidzero-dev/vite-plus-test` wrapper previously exposed. Each entry is
500-
// a one-line `export * from '@vitest/<x>'` re-export shim.
501498
for (const [importSpecifier, pluginName] of PLUGIN_SHIM_ENTRIES) {
502499
const shimExport = await createShimForExport(
503500
`plugins/${pluginName}`,

0 commit comments

Comments
 (0)