From a841fdebc5b92794ac1c6f12cf1229339913e047 Mon Sep 17 00:00:00 2001 From: Michael Kriese <michael.kriese@visualon.de> Date: Sun, 25 Jul 2021 12:21:44 +0200 Subject: [PATCH] feat(preset): add javascriptengineswitcher monorepo (#10961) --- 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 c66e09f4dd..07ccd65072 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -102,6 +102,8 @@ const repoGroups = { infrastructure: 'https://github.com/instructure/instructure-ui', istanbuljs: 'https://github.com/istanbuljs/istanbuljs', jasmine: 'https://github.com/jasmine/jasmine', + javascriptengineswitcher: + 'https://github.com/Taritsyn/JavaScriptEngineSwitcher', jersey: 'https://github.com/eclipse-ee4j/jersey', jest: 'https://github.com/facebook/jest', junit5: 'https://github.com/junit-team/junit5', -- GitLab