diff --git a/tests/vue-macros.ts b/tests/vue-macros.ts index ecc4fe5..46468f8 100644 --- a/tests/vue-macros.ts +++ b/tests/vue-macros.ts @@ -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'`, - ) - }, - }, }) }