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 2fcf94e commit 21e508e
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 @@ -33,7 +33,7 @@ export default defineConfig({
// import `vitest-browser-react` manually so TypeScript can pick it up
setupFiles: ['vitest-browser-react'],
browser: {
browser: 'chromium',
name: 'chromium',
enabled: true,
},
},
Expand Down

0 comments on commit 21e508e

Please sign in to comment.