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', }) }