[READ-ONLY] Mirror of https://github.com/vitest-dev/vitest. Next generation testing framework powered by Vite. vitest.dev
test testing-tools vite
12

Configure Feed

Select the types of activity you want to include in your feed.

fix: don't suppress warnings on pnp (#9602)

authored by

Vladimir and committed by
GitHub
(Feb 6, 2026, 1:55 PM +0100) 89cbdaea d93055fc

+1 -1
+1 -1
packages/vitest/src/node/pool.ts
··· 281 281 ...conditions, 282 282 '--experimental-import-meta-resolve', 283 283 // https://github.com/vitest-dev/vitest/issues/8896 284 - ...((globalThis as any).Deno ? [] : ['--require', suppressWarningsPath]), 284 + ...((globalThis as any).Deno || process.versions.pnp ? [] : ['--require', suppressWarningsPath]), 285 285 ], 286 286 env: { 287 287 TEST: 'true',