Skip to content

Commit

Permalink
docs: add browser section
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Sep 26, 2024
1 parent 6e9b425 commit 0efd403
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ export default defineConfig({
// "compilerOptions.types" in your tsconfig or
// import `vitest-browser-svelte` manually so TypeScript can pick it up
setupFiles: ['vitest-browser-svelte'],
browser: {
browser: 'chromium',
enabled: true,
},
},
})
```
Expand Down

0 comments on commit 0efd403

Please sign in to comment.