You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exercises/02.vitest-browser-mode/04.problem.shared-assets/README.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,6 @@ Cannot find module './src/index.css' or its corresponding type declarations.ts(2
32
32
/// <referencepath="./src/vite-env.d.ts" />
33
33
```
34
34
35
-
Lastly, provide the path to the setup file in <InlineFilefile="vite.config.ts">`vite.config.ts`</InlineFile> as the `setupFiles` value of a conrete browser instance (follow the instructions in the configuration file for more details).
35
+
Lastly, provide the path to the setup file in <InlineFilefile="vite.config.ts">`vite.config.ts`</InlineFile> as the `setupFiles` value of a concrete browser instance (follow the instructions in the configuration file for more details).
36
36
37
37
Once you have it ready, run the tests again to see the `<FilePreview />` component reclaim its striking visuals ✨.
0 commit comments