Skip to content

Commit

Permalink
skip vue macro short bind tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jan 4, 2024
1 parent 0c15ce8 commit b1ff123
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/vue-macros.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,13 @@ 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 b1ff123

Please sign in to comment.