Skip to content

Commit

Permalink
fix: the monorepo jest configs should not cover extensions - they wou…
Browse files Browse the repository at this point in the history
…ld be moved to mini repositories soon (#3723)
  • Loading branch information
louis-jan authored Sep 23, 2024
1 parent 15f42fb commit 87c8fdf
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
module.exports = {
projects: [
'<rootDir>/core',
'<rootDir>/web',
'<rootDir>/joi',
'<rootDir>/extensions/inference-nitro-extension',
'<rootDir>/extensions/conversational-extension',
'<rootDir>/extensions/model-extension',
],
projects: ['<rootDir>/core', '<rootDir>/web', '<rootDir>/joi'],
}

0 comments on commit 87c8fdf

Please sign in to comment.