We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c985276 commit a3b829fCopy full SHA for a3b829f
tests/vue-macros.ts
@@ -4,9 +4,10 @@ import { RunOptions } from '../types.ts'
4
export async function test(options: RunOptions) {
5
await runInRepo({
6
...options,
7
- repo: 'sxzz/unplugin-vue-macros',
+ repo: 'vue-macros/vue-macros',
8
branch: 'main',
9
build: 'build',
10
test: ['test:ecosystem'],
11
+ overrideVueVersion: '@^3',
12
})
13
}
0 commit comments