From 25d026ac827c873f2c8d8795dfc87e646477d074 Mon Sep 17 00:00:00 2001 From: pshu Date: Fri, 21 Oct 2022 10:29:44 +0800 Subject: [PATCH] =?UTF-8?q?=E9=81=BF=E5=85=8D=20mfsu=20=E7=BC=96=E8=AF=91?= =?UTF-8?q?=20playwright=20(#10311)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/config.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/config.ts b/config/config.ts index 08f40d11..4a4067c5 100644 --- a/config/config.ts +++ b/config/config.ts @@ -130,4 +130,7 @@ export default defineConfig({ projectName: 'swagger', }, ], + mfsu: { + exclude :['@playwright/test'] + }, });