···11231123### testTransformMode
1124112411251125 - **Type:** `{ web?, ssr? }`
11261126- - **Version:** Since Vitest 0.32.0
11261126+ - **Version:** Since Vitest 0.34.0
1127112711281128 Determine the transform method for all modules inported inside a test that matches the glob pattern. By default, relies on the environment. For example, tests with JSDOM environment will process all files with `ssr: false` flag and tests with Node environment process all modules with `ssr: true`.
11291129