Skip to content

Commit a3b829f

Browse files
committed
fix(vue-macros): override vue 3 only
1 parent c985276 commit a3b829f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/vue-macros.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ import { RunOptions } from '../types.ts'
44
export async function test(options: RunOptions) {
55
await runInRepo({
66
...options,
7-
repo: 'sxzz/unplugin-vue-macros',
7+
repo: 'vue-macros/vue-macros',
88
branch: 'main',
99
build: 'build',
1010
test: ['test:ecosystem'],
11+
overrideVueVersion: '@^3',
1112
})
1213
}

0 commit comments

Comments
 (0)