Skip to content

Commit

Permalink
fix(presets): add new jest monorepo sourceUrl (#24023)
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Aug 22, 2023
1 parent 010d5d4 commit 33b6a6f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/config/presets/internal/monorepo.ts
Expand Up @@ -293,7 +293,10 @@ const repoGroups = {
javascriptengineswitcher:
'https://github.com/Taritsyn/JavaScriptEngineSwitcher',
jersey: 'https://github.com/eclipse-ee4j/jersey',
jest: 'https://github.com/facebook/jest',
jest: [
'https://github.com/facebook/jest', // old repo
'https://github.com/jestjs/jest',
],
jsplumb: 'https://github.com/jsplumb/jsplumb',
junit5: 'https://github.com/junit-team/junit5',
kotlin: 'https://github.com/JetBrains/kotlin',
Expand Down

0 comments on commit 33b6a6f

Please sign in to comment.