Skip to content

Commit

Permalink
fix(vue-macros): override vue 3 only
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Sep 9, 2024
1 parent c985276 commit a3b829f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/vue-macros.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
})
}

0 comments on commit a3b829f

Please sign in to comment.