Skip to content

Commit f7f310c

Browse files
committed
fix: update vue-i18n test script
The `test:types` script was removed in intlify/vue-i18n#1935 It uses the Vitest typechecking utility now.
1 parent dbe97ba commit f7f310c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/vue-i18n.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ export async function test(options: RunOptions) {
1313
beforeTest: 'pnpm playwright-core install chromium',
1414
test: [
1515
'test:cover',
16-
'test:type',
1716
{
1817
script: 'test:e2e',
1918
args: ['--exclude', 'e2e/bridge/**'],

0 commit comments

Comments
 (0)