From a3b829f6d2b7aa7e6f86544052a990bb1016e5a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=92=B2=E6=99=BA=E5=AD=90=20Kevin=20Deng?= Date: Tue, 10 Sep 2024 05:46:35 +0800 Subject: [PATCH] fix(vue-macros): override vue 3 only --- tests/vue-macros.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/vue-macros.ts b/tests/vue-macros.ts index 9b0bd65..5af7c8a 100644 --- a/tests/vue-macros.ts +++ b/tests/vue-macros.ts @@ -4,9 +4,10 @@ import { RunOptions } from '../types.ts' export async function test(options: RunOptions) { await runInRepo({ ...options, - repo: 'sxzz/unplugin-vue-macros', + repo: 'vue-macros/vue-macros', branch: 'main', build: 'build', test: ['test:ecosystem'], + overrideVueVersion: '@^3', }) }