Skip to content

Commit

Permalink
chore: no longer need to skip tests in vue-macros
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed Jan 4, 2024
1 parent b1ff123 commit bc54c94
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/vue-macros.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,5 @@ export async function test(options: RunOptions) {
branch: 'main',
build: 'build',
test: ['test:ecosystem'],
patchFiles: {
'packages/short-bind/tests/compiler.test.ts': (content) => {
return content.replace(
`describe('compiler'`,
`describe.skip('compiler'`,
)
},
},
})
}

0 comments on commit bc54c94

Please sign in to comment.