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,