We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7af807e commit 3c2037bCopy full SHA for 3c2037b
docs/recipes/developing-and-testing/testing-the-client.md
@@ -109,9 +109,9 @@ Add a file called `index.html` to the tests/Client folder with following content
109
</html>
110
```
111
112
-#### 7. Add test webpack config
+#### 7. Add test Vite config
113
114
-Add a file called `vite.config.mts` to the root directory with the following contents:
+Add a file called `vite.config.mts` to `tests/Client`:
115
116
117
import { defineConfig } from "vite";
0 commit comments