Skip to content

Commit a6765db

Browse files
chore: updates deprecated vite browser (#7188)
1 parent 52350ae commit a6765db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/ibm-products-web-components/vite.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/// <reference types="@vitest/browser/providers/playwright" />
12
/**
23
* Copyright IBM Corp. 2024, 2024
34
*
@@ -30,7 +31,7 @@ export default defineConfig({
3031
provider: 'playwright',
3132
enabled: true,
3233
headless: true,
33-
name: 'chromium',
34+
instances: [{ browser: 'chromium' }],
3435
},
3536
coverage: {
3637
provider: 'v8',

0 commit comments

Comments
 (0)