From bc54c94efcc161c02bf671c6238f18fe6fafad97 Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Thu, 4 Jan 2024 20:52:39 +0800 Subject: [PATCH] chore: no longer need to skip tests in vue-macros --- tests/vue-macros.ts | 8 -------- 1 file changed, 8 deletions(-) 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'`, - ) - }, - }, }) }