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 1bbaae0 commit a04510e
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 @@ -34,7 +34,7 @@ export default defineConfig({
// import `vitest-browser-vue` manually so TypeScript can pick it up
setupFiles: ['vitest-browser-vue'],
browser: {
browser: 'chromium',
name: 'chromium',
enabled: true,
},
},
Expand Down

0 comments on commit a04510e

Please sign in to comment.