From 1723f1c94f8c16534cf8db668fa3f2be9c0120fd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Domeradzki?= <JustArchi@JustArchi.net>
Date: Wed, 30 Jun 2021 05:50:23 +0200
Subject: [PATCH] feat(presets): Add MSTest monorepo (#10650)

---
 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 9733192112..a201b43891 100644
--- a/lib/config/presets/internal/monorepo.ts
+++ b/lib/config/presets/internal/monorepo.ts
@@ -109,6 +109,7 @@ const repoGroups = {
   MassTransit: 'https://github.com/MassTransit/MassTransit',
   material: 'https://github.com/material-components/material-components-web',
   mdx: 'https://github.com/mdx-js/mdx',
+  mstest: 'https://github.com/microsoft/testfx',
   mui: 'https://github.com/mui-org/material-ui',
   nest: 'https://github.com/nestjs/nest',
   neutrino: [
-- 
GitLab