From fd6c68d10ee69d820bec43ce7c0b831a3db5a39c Mon Sep 17 00:00:00 2001 From: Vincent Leon <leonvince@gmail.com> Date: Thu, 30 Sep 2021 14:48:56 +0200 Subject: [PATCH] feat(monorepo): Monorepo preset for Mockito (#11961) Co-authored-by: Michael Kriese <michael.kriese@visualon.de> --- 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 6995d5a820..ff8b8d2e03 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -124,6 +124,7 @@ const repoGroups = { 'https://github.com/material-components/material-components-web', mdx: 'https://github.com/mdx-js/mdx', 'material-ui': 'https://github.com/mui-org/material-ui', + mockito: 'https://github.com/mockito/mockito', mstest: 'https://github.com/microsoft/testfx', nest: 'https://github.com/nestjs/nest', neutrino: [ -- GitLab