From dc7e8030e2f0eccceb580dcc54a1e440d3286791 Mon Sep 17 00:00:00 2001 From: Martin Herndl <martin.herndl@icis.com> Date: Mon, 15 Apr 2024 16:41:59 +0200 Subject: [PATCH] feat(preset): group Testing Library packages together (#28414) Co-authored-by: Rhys Arkins <rhys@arkins.net> --- lib/config/presets/internal/monorepo.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/config/presets/internal/monorepo.ts b/lib/config/presets/internal/monorepo.ts index 2bc07c53ef..55eae714df 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -564,6 +564,7 @@ const patternGroups = { spfx: ['^@microsoft/sp-', '^@microsoft/eslint-.+-spfx$'], spock: '^org\\.spockframework:spock-', 'syncfusion-dotnet': '^Syncfusion\\.', + 'testing-library': '^@testing-library/', wordpress: '^@wordpress/', }; -- GitLab