Use SSR transform pipeline for all modules inside specified tests.
Vite plugins will receive ssr: true flag when processing those files.
Default
testswithnodeoredgeenvironment
Optionalweb
web?:string[]
First do a normal transform pipeline (targeting browser),
then then do a SSR rewrite to run the code in Node.
Vite plugins will receive ssr: false flag when processing those files.
Use SSR transform pipeline for all modules inside specified tests. Vite plugins will receive
ssr: trueflag when processing those files.