From f7f310cb3d5a01ffcf61a987c75099cbde1b44f7 Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Fri, 6 Sep 2024 16:05:22 +0800 Subject: [PATCH] fix: update vue-i18n test script The `test:types` script was removed in https://github.com/intlify/vue-i18n/pull/1935 It uses the Vitest typechecking utility now. --- tests/vue-i18n.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/vue-i18n.ts b/tests/vue-i18n.ts index dc48069..fc3fa33 100644 --- a/tests/vue-i18n.ts +++ b/tests/vue-i18n.ts @@ -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/**'],