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 f5fd71b commit 1bbaae0
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 @@ -33,6 +33,10 @@ export default defineConfig({
// "compilerOptions.types" in your tsconfig or
// import `vitest-browser-vue` manually so TypeScript can pick it up
setupFiles: ['vitest-browser-vue'],
browser: {
browser: 'chromium',
enabled: true,
},
},
})
```
Expand Down

0 comments on commit 1bbaae0

Please sign in to comment.