From efafeea3c4b9db5e4699030e74ca47a4a13e880c Mon Sep 17 00:00:00 2001 From: ylemkimon <y@ylem.kim> Date: Tue, 8 Sep 2020 14:00:19 +0900 Subject: [PATCH] fix(preset): add istanbuljs monorepo (#7201) 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 6bc523f69a..d7248786f5 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -72,6 +72,7 @@ const repoGroups = { hamcrest: 'https://github.com/hamcrest/JavaHamcrest', hapijs: 'https://github.com/hapijs', infrastructure: 'https://github.com/instructure/instructure-ui', + istanbuljs: 'https://github.com/istanbuljs/istanbuljs', jasmine: 'https://github.com/jasmine/jasmine', jersey: 'https://github.com/eclipse-ee4j/jersey', jest: 'https://github.com/facebook/jest', -- GitLab