Skip to content

Commit 70c0b8f

Browse files
committed
02/04: add instructions to vite.config.ts
1 parent 47c0ee0 commit 70c0b8f

File tree

1 file changed

+3
-0
lines changed
  • exercises/02.vitest-browser-mode/04.problem.shared-assets

1 file changed

+3
-0
lines changed

Diff for: exercises/02.vitest-browser-mode/04.problem.shared-assets/vite.config.ts

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ export default defineConfig({
1616
instances: [
1717
{
1818
browser: 'chromium',
19+
// 🐨 Add the `setupFiles` property and include the path
20+
// to the "./vitest.browser.setup.ts" file.
21+
// 💰 setupFiles: [filePath]
1922
},
2023
],
2124
},

0 commit comments

Comments
 (0)