From a22eacf58db302a3e8d379c44d140870cc4fb1f2 Mon Sep 17 00:00:00 2001 From: Muhammad Rehan Saeed <RehanSaeed@users.noreply.github.com> Date: Sat, 14 Aug 2021 08:19:30 +0100 Subject: [PATCH] feat(presets): Add VSTest Monorepo (#11259) --- 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 3354e1f702..edfe36a6be 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -166,6 +166,7 @@ const repoGroups = { vuepress: 'https://github.com/vuejs/vuepress', webdriverio: 'https://github.com/webdriverio/webdriverio', workbox: 'https://github.com/googlechrome/workbox', + vstest: 'https://github.com/microsoft/vstest', }; const patternGroups = { -- GitLab