Skip to content

Commit

Permalink
docs: fix the property name
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Sep 26, 2024
1 parent 0efd403 commit 6622e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default defineConfig({
// import `vitest-browser-svelte` manually so TypeScript can pick it up
setupFiles: ['vitest-browser-svelte'],
browser: {
browser: 'chromium',
name: 'chromium',
enabled: true,
},
},
Expand Down

0 comments on commit 6622e3b

Please sign in to comment.