Skip to content

Commit

Permalink
fix: vue-i18n now uses playwright-core
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed Jul 31, 2024
1 parent 7f43505 commit f5f5ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/vue-i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export async function test(options: RunOptions) {
script: 'build',
args: ['--all', '-t'],
},
beforeTest: 'pnpm playwright install chromium',
beforeTest: 'pnpm playwright-core install chromium',
test: [
'test:cover',
'test:type',
Expand Down

0 comments on commit f5f5ffe

Please sign in to comment.