From 1c215093bd3c0bdf75335eacc1540f889e766790 Mon Sep 17 00:00:00 2001 From: zoomdong <1344492820@qq.com> Date: Tue, 17 Oct 2023 17:44:42 +0800 Subject: [PATCH] chore: update test --- .../builder-webpack-provider/tests/plugins/tsChecker.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/builder/builder-webpack-provider/tests/plugins/tsChecker.test.ts b/packages/builder/builder-webpack-provider/tests/plugins/tsChecker.test.ts index 0b7376b22f0a..64a7462f01f7 100644 --- a/packages/builder/builder-webpack-provider/tests/plugins/tsChecker.test.ts +++ b/packages/builder/builder-webpack-provider/tests/plugins/tsChecker.test.ts @@ -81,7 +81,7 @@ describe('plugins/tsChecker', () => { expect(configs).toMatchSnapshot(); }); - it('should exclude be make sense', async () => { + it('should tschecker.issue.exclude final config merge correctly', async () => { const builder = await createStubBuilder({ plugins: [builderPluginTsChecker()], context,