Skip to content

Commit

Permalink
fix(vueuse): vueuse v12 dropped support for Vue 2
Browse files Browse the repository at this point in the history
So we only need to run the test script without the `:3` suffix.
  • Loading branch information
haoqunjiang committed Nov 27, 2024
1 parent e7e3d07 commit 088dd58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/vueuse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ export async function test(options: RunOptions) {
repo: 'vueuse/vueuse',
branch: 'main',
build: 'build',
test: ['typecheck', 'test:3'],
test: ['typecheck', 'test'],
})
}

0 comments on commit 088dd58

Please sign in to comment.