From 144aaebcc8e64600844fbeafec97063797579491 Mon Sep 17 00:00:00 2001 From: Hugo van Rijswijk <git@hugovr.nl> Date: Tue, 2 May 2023 07:45:05 +0200 Subject: [PATCH] feat(presets): add `stryker-mutator/mutation-testing-elements` monorepo (#21905) --- lib/config/presets/internal/monorepo.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/config/presets/internal/monorepo.ts b/lib/config/presets/internal/monorepo.ts index 6a8f2afe18..122df520a6 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -147,6 +147,8 @@ const repoGroups = { 'mikro-orm': 'https://github.com/mikro-orm/mikro-orm', mockito: 'https://github.com/mockito/mockito', mstest: 'https://github.com/microsoft/testfx', + 'mutation-testing-elements': + 'https://github.com/stryker-mutator/mutation-testing-elements', nest: [ 'https://github.com/nestjs/nest', 'https://github.com/nestjs/passport', -- GitLab