fix: the monorepo jest configs should not cover extensions - they would be moved to mini repositories soon (#3723)

This commit is contained in:
Louis 2024-09-23 16:13:45 +07:00 committed by GitHub
parent 15f42fb269
commit 87c8fdf5ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,10 +1,3 @@
module.exports = { module.exports = {
projects: [ projects: ['<rootDir>/core', '<rootDir>/web', '<rootDir>/joi'],
'<rootDir>/core',
'<rootDir>/web',
'<rootDir>/joi',
'<rootDir>/extensions/inference-nitro-extension',
'<rootDir>/extensions/conversational-extension',
'<rootDir>/extensions/model-extension',
],
} }