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: apps/svelte.dev/content/docs/kit/10-getting-started/30-project-structure.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ The `src` directory contains the meat of your project. Everything except `src/ro
56
56
-`hooks.server.js` contains your server [hooks](hooks)
57
57
-`service-worker.js` contains your [service worker](service-workers)
58
58
59
-
(Whether the project contains `.js` or `.ts` files depends on whether you opt to use TypeScript when you create your project. You can switch between JavaScript and TypeScript in the documentation using the toggle at the bottom of this page.)
59
+
(Whether the project contains `.js` or `.ts` files depends on whether you opt to use TypeScript when you create your project.)
60
60
61
61
If you added [Vitest](https://vitest.dev) when you set up your project, your unit tests will live in the `src` directory with a `.test.js` extension.
0 commit comments