Skip to content

Commit 3c2037b

Browse files
committed
Fix wrong title and wrong path in vite Config step of testing-the-client.md
1 parent 7af807e commit 3c2037b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/recipes/developing-and-testing/testing-the-client.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ Add a file called `index.html` to the tests/Client folder with following content
109109
</html>
110110
```
111111

112-
#### 7. Add test webpack config
112+
#### 7. Add test Vite config
113113

114-
Add a file called `vite.config.mts` to the root directory with the following contents:
114+
Add a file called `vite.config.mts` to `tests/Client`:
115115

116116
```
117117
import { defineConfig } from "vite";

0 commit comments

Comments
 (0)