[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.

docs: fix testTransformMode version

Vladimir Sheremet (Jul 11, 2023, 10:58 AM +0200) 0b893ae8 0c6f624f

+1 -1
+1 -1
docs/config/index.md
··· 1123 1123 ### testTransformMode 1124 1124 1125 1125 - **Type:** `{ web?, ssr? }` 1126 - - **Version:** Since Vitest 0.32.0 1126 + - **Version:** Since Vitest 0.34.0 1127 1127 1128 1128 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`. 1129 1129