Skip to content

Commit

Permalink
fix: update vue-i18n test script
Browse files Browse the repository at this point in the history
The `test:types` script was removed in intlify/vue-i18n#1935
It uses the Vitest typechecking utility now.
  • Loading branch information
haoqunjiang committed Sep 6, 2024
1 parent dbe97ba commit f7f310c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/vue-i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export async function test(options: RunOptions) {
beforeTest: 'pnpm playwright-core install chromium',
test: [
'test:cover',
'test:type',
{
script: 'test:e2e',
args: ['--exclude', 'e2e/bridge/**'],
Expand Down

0 comments on commit f7f310c

Please sign in to comment.